Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please how do I create a custom control where if users click on a "DropDownList", a calendar like control will appear allowing users to select a particular number which then fills the "DropDownList"? The popup will have about nine (unnamed) columns of just numeric data. Thanks.
Posted
Comments
[no name] 8-Oct-14 8:58am    
What do you mean "how"? You do some research and write some code is how.

Start here[^]! Tons of examples.
 
Share this answer
 
Please follow this manual: http://msdn.microsoft.com/en-us/library/vstudio/zt27tfhy%28v=vs.100%29.aspx[^].

This CodeProject article could be helpful: Your First ASP.NET Custom Control[^].

This tutorial is short but can also help you to get started: http://www.tutorialspoint.com/asp.net/asp.net_custom_controls.htm[^].

Good luck.
—SA
 
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