Is there a library out there which I can use in my current ASP.NET app, to validate queryStrings?
Edit ~ Using Regex to look for patterns, like string, only, numeric only, string with length x,…etc
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t know about a library, but you can use to check if the querystring exists:
If you want to use Reglar Expressions to further validate, you can create a class that accepts the string and return a boolean.
This is a good free program to help you build the regluar expressions: Expresso