Date and Time Control

Can anyone suggest me a good Data and Time control which can be implemented in a Web Form? I am looking for something similar to the Date Time Picker Control used in MFC.
Thanks in Advance
[197 byte] By [maverick786us] at [2007-11-20 10:29:18]
# 1 Re: Date and Time Control
Maybe you could try this: http://www.asp.net/ajax/control-toolkit/live/Calendar/Calendar.aspx
jasonli at 2007-11-9 11:53:52 >
# 2 Re: Date and Time Control
Maybe you could try this: http://www.asp.net/ajax/control-toolkit/live/Calendar/Calendar.aspx

Thanks. So how can I use this control in my project??
maverick786us at 2007-11-9 11:54:54 >
# 3 Re: Date and Time Control
Install ASP.NET AJAX Extension and ASP.NET AJAX Control Toolkit, and then add ASP.NET AJAX Control Toolkit into your toolbox. The last and important thing is to change your web.config in project.
jasonli at 2007-11-9 11:55:53 >