Displaying page
of
pages;
Items to
Title |
Test
Details
Allow user to enter AlphaNumeric Values
|
Expression |
[a-zA-Z0-9]*
|
Description |
This will allow user to enter only AlphaNumeric values. you can use as a Regular expression in Asp.net from version 1.1,2.0,3.5
eg: Your Textbox can not contain special characters like @ # $ % ^ & * ( )
|
Matches |
[a-zA-Z0-9]* | [a-zA-Z0-9]* | [a-zA-Z0-9]*
|
Non-Matches |
[a-zA-Z0-9]* | [a-zA-Z0-9]* | [a-zA-Z0-9]*
|
Author |
Rating:
Not yet rated.
Ashish Patel
|
Displaying page
of
pages;
Items to