Posts: 19
Threads: 9
Joined: Mar 2012
Reputation:
0
05-26-2013, 08:24 AM
hi all,
a string in edit box how to conform whether the string is alphabets or numeric or special characters..
regards,
raaj.
Posts: 13
Threads: 0
Joined: May 2013
Reputation:
0
05-27-2013, 11:42 AM
you can try with IsNumeric to check numbers, If you want to check some combination of 'string, numbers and special chars' go for Regular Expression.
Posts: 19
Threads: 9
Joined: Mar 2012
Reputation:
0
05-27-2013, 01:20 PM
hi,
thank you
can u pls give me the detailed script for all possible combinations.
regards,
raaj.