开发者

DateTime picker control in ASP.NET [duplicate]

开发者 https://www.devze.com 2023-03-16 18:26 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: ASP.NET DateTime Picker
This question already has answers here: Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消