I have 3 div tags. Each having no. of textboxes and button. Each textbox having validation. For all button causesvalidation property is true. If I click “button1” in “div1” tag will cause validation of other textbox in other div tags. I don’t want to do this. How to avoid this?
Share
Set the ValidationGroup property of the elements in each div to a separate validation group.
Example: