c# - Asp.Net 4 WebControl to Display Date & Time Picker -
i use aspnet 4 , c#. user need inserting date , time in field. data pass database has format
2011-02-23 10:30:29.27 , datatype: datetime2
i can see in visual studio calendar
webcontrol able handle date , not time.
i found interested webcontrol at: http://demos.telerik.com/aspnet-ajax/calendar/examples/overview/defaultcs.aspx
specially functuion time picker.
my question know free/open source control? if not other solution webcontrol or not?
thanks
i don't know if willing use jquery ui. if are, trent richardson has extended jquery ui datepicker include timepicker.
this might work you: http://trentrichardson.com/examples/timepicker/
there lot of sample on page sould pretty easy use , can wire asp.net backend number of ways including static webmethod exposed via scriptmanager.
hope helps.
Comments
Post a Comment