DateTime picker control

  • Thread starter Thread starter venky
  • Start date Start date
V

venky

Hi,

Is there any good datetime picker control to use for asp.net pages?
I want have a date field in my form to show, i want the behaviour like
when u click the button next to text box, it shoud display the calendar
control


venky
 
First, there's a built-in calendar control in .Net:
http://samples.gotdotnet.com/quicks...ebforms/ctrlref/webctrl/calendar/doc_cal.aspx
http://www.builderau.com.au/webdev/0,39024680,39130960,00.htm

second, if you google search you'll find a bunch of links

if you are looking for a 3rd party one, I've had success with:
http://www.eworldui.net/CustomControls/CalendarPopup.aspx
it's free and works well in both browsers..

Karl



--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 
Back
Top