Its TimePicker baby!

"There must be some intuitive way, where user just always enter the correct time. Something like Date Picker which shows a small calendar when you click a button and you can quickly select the correct date. Chances of mistake minimized. User should feel happy and so do developer. Thinking...Searching...Thinking..Searching....Bingo! Alright I got a way out of this. Lets develop a custom web control that can do exactly the same. One time effort and problem defeated once in for all." This thought got me rolling. And I went ahead to develop an ASP.net web control for my use. Soon I realized that not many intuitive controls are available are available on net that can do this task so easily and there might be developers out there who would love a little help of this kind and so I decided to make it available to others for free through this blog.
So if you are just wondering what all it can offer you. Here is quick list of features I have implemented in this version:
- An intuitive user interface which allows user to quickly pick time.
- Get time from user in both the formats i.e AM-PM or Military style.
- "TimeChanged" event to handle the changes in time.
- "AutoPostBack" property that causes post back the page automatically and handle raised event like "TimeChanged".
- Includes an inbuilt theme as well ability to modify looks using style properties and/or CSS.
- Support for Visual Studio 2005 design time.
- Supports .Net framework 2.0 and IE5.5+.