Validate ASP.NET controls independently from one another

I had a page that had form validation and then additional validation in a modal state. They needed to validate independently. Short of having a true validation framework in place ASP.NET provides Validation Groups to meet these needs. The link below has a great example and explanation of how it works.

http://msdn.microsoft.com/en-us/library/ms227424.aspx

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>