简体   繁体   中英

DatetimePicker in asp.net 2005

Using C# and ASP.Net 2005

I want to add the Datetimepicker Control in my web page. I cannot able to find the control in VS 2005

How to get the DateTimePicker Control in VS2005

您可以看看这个

If you're looking for a Date AND Time picker, there aren't any that come with VS, or even jQueryUI. I started using AnyTime+, and it works very well. The UI is very friendly and code is simple.

http://www.ama3.com/anytime/

Or you could use jQuery and jQueryUI to get a very powerful date picker:

http://jqueryui.com/demos/datepicker/

jQuery is packaged with ASP.NET as of the .NET 4 time frame and is officially supported by Microsoft.

This bootstrap DateTimepicker is good I think https://eonasdan.github.io/bootstrap-datetimepicker . It does not take too long to implement, especially if your site has used JQuery.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM