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
http://msdn.microsoft.com/en-us/library/ms227424.aspx
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home