Hi guys, is there any good free/open source time picker control that goes well with ASP.NET Calendar control ?
thanks in advance
Hi guys, is there any good free/open source time picker control that goes well with ASP.NET Calendar control ?
thanks in advance
Since it's the only one I've used, I would suggest the CalendarExtender from http://www.ajaxcontroltoolkit.com/
JQuery has the best datepicker IMHO. While it's not specific to .Net is still works great.
HTML:
<input type="text" value="9/23/2009" style="width: 100px;" readonly="readonly" name="Date" id="Date" class="hasDatepicker"/>
In head element:
<script src="../../Scripts/jquery-1.3.2.min.js" language="javascript" type="text/javascript"/>
<script src="../../Scripts/jquery-ui-1.7.1.custom.min.js" type="text/javascript"/>
Simple as that!
This is the free version of their flagship product, but it contains a date and time picker native for asp.net.