Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have Change password.aspx page in my site .I want whenever my user click on Change password link ,Change password.aspx page should open in lightBox . i dont know much about lightBox. is their any tool that can be used for this.
Posted
Comments
Ed Nutting 29-Sep-11 14:55pm    
How about Google'ing LightBox and reading their documentation. Then look into either iFrames or AJAX page requests - I recommend AJAX requests. Ed

 
Share this answer
 
Comments
Member 11171223 22-Oct-14 13:06pm    
lightbox is not showing in my web app(asp.net) . i want to use it when i click a menu option(asp menu) to display the login page
Hi,

you can load any page into your light box

Use Jquery for that you'll get best experience with Jquery

JavaScript
$("#myDiv").show().load('Changepassword.aspx');


Step into Jquery

All the Best
 
Share this answer
 
Yes,it is Possible by Jquery .For more Refer the following links
http://forums.asp.net/t/1385440.aspx/1
https://forums.asp.net/p/1674520/4390889.aspx/1?Lightbox+to+show+aspx+page
 
Share this answer
 
Comments
vidyaraj14 24-Oct-13 5:38am    
how to create lightbox in asp.net using vb

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900