I would like to know about regular expression and text validators using ASP.NET.
Do the tags used to control the inputs only check data client side, or is the data also checked server side?
I would like to know about regular expression and text validators using ASP.NET. Do
Share
You might want to check this out
http://msdn.microsoft.com/en-us/library/ms972966.aspx
It is said :
“A few things to note about the RegularExpressionValidator: