|
Subject:
|
Validation for multipple buttons
|
|
Posted By:
|
koneruvijay
|
Post Date:
|
1/27/2004 3:52:59 AM
|
How to bind a set of validation controls to a specific button, If there are more than one button on the form.
For eg:
i am having 2 buttons and 2 txtboxes one button must fire for 1 txtbox validation and the other must fire for another txtbox validation.
Regards Vijaykoneru
|
|
Reply By:
|
bmains
|
Reply Date:
|
1/28/2004 12:20:47 PM
|
You can't bind validation controls to a button. You would have to write code in the buttons click event to do this validation.
Brian
|