Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to insert only time like(11.10 am,12.15pm etc) in to the textbox of my asp.net page.using which validation control and how I can do so.
Posted

 
Share this answer
 
using which validation control and how I can do so
Custom Validator or RegularExpression Validator.

Alternatively, you can have Javascript event raising an alert on focus out of the textbox in case the format is not as expected.

OR

Having a masked textbox designed for it would be best bet.
 
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