Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i want to use popup in asp.net
i want user click on button and a popup open and user enters his details
Posted
Comments
Sandeep Mewara 9-Mar-11 7:02am    
So, what is the issue? go ahead. There are lots of links on web for same thing.

check these links and you can find many more in google search.

ASP.NET Popup Control[^]
AjaxToolkit Popup[^]

--Pankaj
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Mar-11 16:34pm    
This is good, my 5, but I prefer the alternative, for a good reason; please see my Answer.
--SA
Have a look at these:
ASP.NET Popup Control[^]
ModalPopup Demonstration[^]

If need for more, look here[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Mar-11 16:34pm    
This is good, my 5, but I prefer the alternative, for a good reason; please see my Answer.
--SA
A word of warning for you. As pop-ups are irritating and ofter carry unwelcome advertisement, many users block them using their Browsers' popup-blocking features or plug-in.

A good alternative is using hidden element (usually div). You control its visibility and focus on some input element in its inner form on click on your button.

—SA
 
Share this answer
 
Comments
TimGameDev 9-Mar-11 16:51pm    
I always block pop-ups =) 5.
Sergey Alexandrovich Kryukov 9-Mar-11 16:57pm    
I do, too, but not always. Almost.
Thank you.
--SA

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