views:

39

answers:

3

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

+1  A: 

You may take a look at this one.

Darin Dimitrov
A: 

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.

marc_s
A: 

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/

dave thieben