Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All
I wanted to implement NumericUpDownExtender for time. What i mean is when i click on updown buttons, value in text box should be incremented in terms of time.I dont want to Display date.

Thank u in Advance
Posted
Updated 7-Sep-11 23:12pm
v2

Why not creating a custom control ? Use a TextBox, Two Images ( for up and down ). Use JavaScript to update the value of text on Image Up and Down Click. Expose some public properties to Get the value of Text Box. It can be a Readonly. You can also make it Set enable to assign the value.
Hope this will help you to go ahead .
 
Share this answer
 
Comments
raj ch 9-Sep-11 1:42am    
Can u give me some example.Problem is time format will be hh:mm i cant make textbox enabled. User need to enter data manually,but , at the same time i need increment and decrement buttons also.
XML
Hi Dear,

Look this below link.
<a href="http://timepicker.codeplex.com/">http://timepicker.codeplex.com/</a>[<a href="http://timepicker.codeplex.com/" target="_blank" title="New Window">^</a>]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900