Bindable Time Control by carcher

I had issues finding a time control that would fit my needs.  So I created my own and here it is.

time control

The user can type in the time or use the plus/minus buttons.  A javascript function does the work.

This control has several properties:

TimeControlID.Enabler = True or False /Whether or not the control is enabled for user
TimeControlID.Text = Bind or Eval to SQL Server DateTime Field
TimeControlID.TheTime = Retrieve the time from the control

Installation Notes: You may need to edit the <asp:image ImageUrl=””> to the plus/minus image location of your application

Have Fun!

Chris Archer