Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
how to add a popup window in ASP.NET
Posted

depends on what type of popup you want. Start with googling "Asp.Net popup". The second result is Popup- The .Net Way![^]

Or try AJAX ModalPopup Control[^]
 
Share this answer
 
You can use dialog from jQuery UI or ModalPopup from ASP.NET AJAX Toolkit
 
Share this answer
 
Other than what mentioned, you can also create a popup yourself using normal html.

See how I did here
http://abhishek-sur.blogspot.com/2009/05/javascript-pure-html-dialog-box.html[^]

This is the most basic one to start with. Modify according to your need.

Cheers
:)
 
Share this answer
 

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