Albert
unread,Jan 14, 2002, 3:05:55 PM1/14/02You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I have 1 user controls in a web form. This user control is
placed in the left hand side to login user, and the right
hand side of the page is a Sending email function. And my
problem come out now. The RequireField Validator for the
user name/pin in user control always validate the fields
on my email part text box.
That is, even I enter both user name and PIN in the user
control and press Enter, it also prompt me error FROM the
RequireField validator which keep track on the text box of
another side of the page.
Then, how can I Set the CauseValidation 'wisely' in this
web form?!