Need Help with Validation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

On one page I have:
- textbox A and button A,
- textbox B and button B,
All in one form. I want it to work this way: when button A is clicked,
required validation will apply to textbox A only, not textbox B, and when
button B is clicked, the required validation will apply to textbox B only.
How can I achieve this? for now when I click on button A, both textboxes A
and B are validated.

I'm using .net 1.1. Thanks in advance.
 
Back
Top