Browse by Tags

Digging into ASP.NET RegEx Validators
20 November 07 02:01 PM | Billy | 1 Comments   
RegEx Validators are handy for implementing Whitelist input validation (our DevInspect product has a library of a hundred or so) so it pays to see what they actually do under the covers. The following code is from the class System.Web.UI.WebControls.RegularExpressionValidator Read More...