I am creating an vb.net page. The page is to allow users to schedule lectures, appointments etc. I have a few text boxes to add the details. I have used the asp:calendar control to select the days. However I cannot find a time picker. To be clear I have three textboxes. One for day, one for start time and one for end time. All I want is a time picker. When a user clicks a button or link a list pops up with times of the day. The user clicks whichever time and I can get that time and store it in a variable to pass to my database, just like the calendar control. Is that too much to ask. Has anyone got an answer here. I know this has been asked a multitude of times and I know there are answers out there but I have spent 9 hours so far playing around with the solutions out there, with no success, so I hoping please please please that someone here can help me. I'm desperate and fed up, and it's probably my incompetence.
Thanks for the suggestions guys. I actually found a really good one myself at http://www.codeproject.com/Articles/213311/Time-Picker-Ajax-Extender-Control
It was very easy to use. Just drag in the two folders "Binaries" and "Ajaxified" into your project. Then, in the toolbox, right click and choose new item. Navigate to the biaries folder in your solution and select the ajaxified.dll. This will add the timepicker to your toolkit. You can drag it onto your page. As it is an extender it has to be added to a target. This will normally be a textbox. It can be defined by the TargetControlID="xxxxx
control.
I know this may be an overly specific guide but these things are only easy when you know how. And 10 horrible hours late I can say I know how now.
NB It is a good idea to put the timepicker in a table cell with your target control, for formatting reasons. Mine are also enclosed in DIV's