|
-
October 16th, 2006, 09:41 AM
#1
constraint the time format in the textfield
I have a textfield for inputting time. I want to limit the user to enter the international time format only 00:00-23:59...any functions in C# can do it or how i can do it?
Thank you
-
October 16th, 2006, 11:14 AM
#2
Re: constraint the time format in the textfield
Bogdan
If someone helped you then please Rate his post and mark the thread as Resolved
Please improve your messages appearance by using tags [ code] Place your code here [ /code]
-
October 16th, 2006, 01:22 PM
#3
Re: constraint the time format in the textfield
In C# 2005 (.net 2.0) there is a new control Masked TextBox that supports a declarative syntax for accepting or rejecting user input.
Article
-
October 17th, 2006, 02:26 AM
#4
Re: constraint the time format in the textfield
i still cannot figure out how to write the limitation after readling the given pages... can you suggest me some codes for hints?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|