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
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
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.
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.