Click here to Skip to main content
15,910,886 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use custom control in my project. I have an application where i have got a button. when i click on the button i want to get a pop of custom control which includes text boxes and buttons into it. and when i fill those text boxes and click on button some action should takes place..... can any body help me out????
Posted
Comments
Dinesh Mani 8-Dec-11 2:45am    
Why do you need a custom control?? Why can't you have a normal page do this?? What pop-up are you referring to normal or ajax pop-up?

1 solution

you can use Ajax ModalPopupExtender. you can prepare one panel with all of your required controls and operations. If you do not want use this, you are open to create your own control.

check this link for more on Ajax ModalPopupExtender

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ModalPopup/ModalPopup.aspx[^]
 
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