Home > ASP.NET, c# > .NET Time Picker Updates

.NET Time Picker Updates

I released some updates night before last. One new function is the ability to make the picker work as a clock in nature, rather than… well.. a picker!

  • EnableClock is the new property that allows real time clock ticking action.
  • IsReadOnly has been renamed to ReadOnly (don’t know what I was thinking at the time), and it’s functionality has been imporved in that the numbers in the clock are not even selectable from the user interface when this option is set to true.
  • The control now will return seconds, when AllowSecondEditing is set to true.

That and I updated the time picker example page to reflect these new changes: .NET Time Picker Example Page

Categories: ASP.NET, c# Tags:
  1. Robert Twickler
    February 18th, 2009 at 15:50 | #1

    Hi Mike,
    Your time picker is a good control. Do you allow downloading of source code?

    Otherwise, features suggested.
    - scrolling values with arrow keys.
    - continued scrolling when arrow up/down clicked and held
    - on tabbing, not stopping on the :

  2. Mike
    February 18th, 2009 at 21:23 | #2

    You can scroll when the EnableClock is not set, and when ReadOnly is not set. I don’t however have the continuous option set, and as of right now I’ve not posted the source.

    Thanks for taking the time to comment!

  3. RT
    February 23rd, 2009 at 17:04 | #3

    Hello Micheal,

    I am still interested in your control. Do you have any type of licensing for the TimePicker?

    Is there an email for you? I tried the email link and they came back.

    RT

  4. Mike
    February 24th, 2009 at 04:29 | #4

    Sorry about that. I had a typo in my contact email. Thanks for letting me know! No licensing… it’s free! I’m currently working on getting some documentation out here…

  5. Wezlie
    June 16th, 2009 at 20:29 | #5

    Hello Michael,

    I’m glad that I found your blog because I need to use a date picker in our ASP.net appplication. I already downloaded the TimePicker.dll but dont know how to use it. Please help how can use the .dll. I am a beginner programmer.

    Thanks,
    Wezlie

  6. Hueyer
    July 30th, 2009 at 13:07 | #6

    Michael,
    Do you allow download your source code? I cannot find it anywhere in your site.
    Thanks,
    Hueyer

  7. Michael Bell
    October 14th, 2009 at 08:41 | #7

    @Hueyer Yes! The source code can be found here: http://timepicker.codeplex.com

  8. Louie
    January 23rd, 2010 at 05:50 | #8

    Hi Michael,

    Your control is really nice, i’m not using it in my web application… you made life a bit simpler. thanks.

  9. Louie
    January 23rd, 2010 at 05:51 | #9

    Hi Michael,
    Your control is really nice, i’m now using it in my web application… you made life a bit simpler. thank

  10. Robin
    February 19th, 2010 at 21:19 | #10

    Michael,

    If you look at you sample page with Firefox, you will see some vertical alignment problems with the colons used as separators.

    Do you have any thoughts on how to fix this and if so, would you consider doing so?

    Thanks in advance.

  1. No trackbacks yet.