I am working on a vb.net webapplication. I am creating user controls dynamically and placing them in a multiview control. In case I needed to do client-side validation, Is there a way i can set active view to true for the user control that has validation errors poping up inside?
I do not want to use a validation summary on top of the page, but instead I am using validator extenders because they look neat.
...
Go to the complete details ...