This post has been edited by mrbponraj: 25 September 2009 - 06:11 PM
Validate the text box control
Page 1 of 12 Replies - 763 Views - Last Post: 25 September 2009 - 06:14 PM
#1
Validate the text box control
Posted 25 September 2009 - 04:48 AM
how can validate the text box control as get only characters,full stop and space, without using regular Expressiong. Because i want to reuset the this validation .
Replies To: Validate the text box control
#2
Re: Validate the text box control
Posted 25 September 2009 - 06:37 AM
Use a regular expression validator, or you can use the regex lib for comparison...
http://msdn.microsof...y/ms998267.aspx
The regular expressions you will use will be: a-z, A-Z
http://msdn.microsof...y/ms998267.aspx
The regular expressions you will use will be: a-z, A-Z
#3
Re: Validate the text box control
Posted 25 September 2009 - 06:14 PM
W3bDev, on 25 Sep, 2009 - 05:37 AM, said:
Use a regular expression validator, or you can use the regex lib for comparison...
http://msdn.microsof...y/ms998267.aspx
The regular expressions you will use will be: a-z, A-Z
http://msdn.microsof...y/ms998267.aspx
The regular expressions you will use will be: a-z, A-Z
Thank u. how can validate without regular expression. Bez i want to reuse the validation in various area. So i want any funcion for validate the text box to accept characters only.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|