Problem with submiting the page

  • Thread starter Thread starter Ashish
  • Start date Start date
A

Ashish

Hi Guys

I m dealing in a situation tht there are two panels in a page. Each of the
tow panels have some textboxes and submit button.ie. Each of the text boxes
in both panels have RequiredFieldValidators on them.Now the problem is that
whn i fill the text boxes of on panel and press the submit button, the
RequiredFieldValidators of the other panel get activated.
How to deal with this?

Regards
Ashish
 
Hi Ashish

If you read carefully the help it clearly states:
"Validation is performed when a button control, such a Button or LinkButton,
is clicked. "

Regards

Ivo
 
Back
Top