Reputation: 15138
I wanna have, when a user clicks an button, the screen should go black and in the middle should be a new webpage.
I know this is very often used for Images, but I know it is possible with webpages too.
How is the name of this feature and how I can get it for my asp.net page?
Upvotes: 0
Views: 35
Reputation: 21918
Are you talking about a "Lightbox" effect ?
http://line25.com/articles/rounding-up-the-top-10-jquery-lightbox-scripts
Upvotes: 2
Reputation: 74176
ASP.NET AJAX Toolkit has the ModalPopup control,
Or can use many jquery plugins (ThickBox for example).
Upvotes: 1