Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
date time picker by using asp.net C# (not MVC,Ajax)
Posted

1 solution

You can simply google for such questions, and I am well aware that Google can answer such questions with a great scope. For example, a few answers are as below, you can use them...

Create your first TimePicker in ASP.NET[^]

DateTimePicker control for ASP.Net TextBox Example[^]

DateTimePicker / Range selection (Telerik; you might not be interested in since you didn't want an MVC solution)[^]

Or you can have a look at this previous question on CodeProject: How to get datetimepicker in ASP.net[^]

Finally, I would say, if none of these interest you, then you can simply try out the jQuery plugin of dateTime picker. Sadly, it is just a DatePicker, http://jqueryui.com/datepicker/[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900