Possible Duplicate:
ASP.NET DateTime Picker
Is there any default control name DateTimePicker available in asp.net ? I want a single cont开发者_运维问答rol which have both date and time select functionality.please suggest me one? Thanks
Or you could use the JQuery option:
JQueryDateTimePicker
Asp.NET doesn't have a lot of OTB options when it comes to Date/Time pickers. If you're using JQuery (which, you should) check out this TimePicker extension to DatePicker.
Use Below :
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
No, you can use AJAX control DatePicker which hooks onto a Text box.
By default ASP.Net doesn't provide a datetime picker.
Usually people develop their own controls in Javascript. In .Net you can create your own composite control with date and time pick ability.
Otherwise you may go for some free .Net/JS controls provided by 3rd parties. There are many vendors providing date picker control.
精彩评论