Can I set a scope for the asp.Net ValidationSummary control so that it only validates the contents of a particular asp.net panel?
My goal is to have 2 different validaitonsummary controls for different panels on the same page.
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.
Yes, set the ValidationGroup property on your summary and on the controls which you want to summarise.
This is just an arbitrary string, so as long as they all match, you have created a group!