.NET Time Picker Control
I got this into a “release” state today.. and thought I’d put it out there for anyone who wants to use it. It’s a Windows looking time picker control. Have a look!
I got this into a “release” state today.. and thought I’d put it out there for anyone who wants to use it. It’s a Windows looking time picker control. Have a look!
Very nice control. One little thing I noticed when I ran it in Firefox is that the "M" in PM is partially hidden, possibly a CSS issue?
Thanks! Oh, and regarding the CSS, yes. I actually have addressed this. I will get that zipped up and posted in the morning!
Just curious as to the url that points to the documentation. Is it possible to make that accessible to those of us who have firewall policies that block ip/port specifications in urls? I was able to view it from home where it wasn’t being blocked and when I downloaded the .chm but none of the content pages were viewable. They came up with an error page. The online version worked fine though.
Thanks! Beautiful piece of code!
@Rich
Thank you for the compliments. The pain of it is, the app I used to build that documentation needed it’s own site and the easiest way to make it work was to give it it’s own site. I’ll revamp someday, but unfortunately for now, it resides on 8080.
Hi Michael,
Just downloaded your control and i think i found a bug.
When you set the TimeSelector SelectedTimeFormat to TwentyFour and set the hour to 0 (zero), then cause the page to postback, the zero disappears. When you invoke another postback with no hours filled in you get an error message “Input string was not in a correct format”.
Hi Michael,
thanks for making such a useful control.
In my application i want to pick the value of hour,minute from timeselector control so i can store it in database but i am not getting the value.Pls help..