RequiredFieldValidator Problem!!

  • Thread starter Thread starter The Clansman
  • Start date Start date
T

The Clansman

Hi,
I have a WebUserControl called Login, this uc has 2 textboxes, one is
username and the other is password, this uc also has a
RequiredFieldValidator for each textbox.

I have a page called Search.aspx, this page has some textboxes too and
RequiredFieldValidators, the Login UC is added in this page.

The problem is that when the user try to search something, the validation of
the UC occurs and the textboxes of the login UC must have some text in order
to allow the user to click the "Search" button.

How do I fix it? The same probme occurs when the user try to login in a page
that has another RequiredFieldValidators.

thanks!
 
Hi,
I have a WebUserControl called Login, this uc has 2 textboxes, one is
username and the other is password, this uc also has a
RequiredFieldValidator for each textbox.

I have a page called Search.aspx, this page has some textboxes too and
RequiredFieldValidators, the Login UC is added in this page.

The problem is that when the user try to search something, the
validation of
the UC occurs and the textboxes of the login UC must have some text in
order
to allow the user to click the "Search" button.

How do I fix it? The same probme occurs when the user try to login in a
page
that has another RequiredFieldValidators.

thanks!
from a couple weeks ago

http://groups.google.com/groups?hl=...elm=%23ErysO9eEHA.3792%40TK2MSFTNGP09.phx.gbl
 
Back
Top