pro_vb_dotnet thread: Multiple forms for page validations
I have a form with two buttons and two text boxes. When the user clicks the first button, i want the page to validate the first box only. When the user clicks teh second box, i want the page to validate the second box. I want all this without having to postback to the page. How can i have multiple form validations on the same page without every validation validating every control? rob
|





