Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi friends
i can do C# window forms through datetimepicker control from toolbox but this control is not available in the ASP.net, how can i design the datetimepicker in ASP.net pl send code for that i need two text box with drop down by this we can select the date and time pl send code this
Posted

There is no default date time picker in ASP.NET, you need to write your own using javascript or you can find so many free calendar controls which you can use in your application.

Do some google on this and you will find one for your requirement.
 
Share this answer
 
v2
This is a trivial task. You should have edited your existing question instead of asking twice, but if you can't create 2 drop downs, you should turn off your computer and look for another job.
 
Share this answer
 
you can use AJAX toolkits Calendar control or try example from link given below, it uses jquery.
http://west-wind.com/Weblog/ShowPost.aspx?id=891888[^]
 
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