J
jonknutsonhome
Does anyone know exactly how a RequiredFieldValidator works?
Here is my situation.
I am now in charge of a new project.
I am making a new contactus.aspx page with required fields.
Easy to do, not an issue.
The left navigaion has a user control (Newsletter Signup Control) that
allows you to sign up for newsletters and contains an email Textbox and
submit button.
This user control has RequiredFieldValidator on it as well.
When I submit information on the main section of the contactus.aspx
form and click submit, it forces me to fill in the required fields in
the user control as well.
Does anyone know how to have 2 different areas of required fileds on
the same page like this?
So I want to be able submit the contactus.aspx page without also having
to enter information into the user control and vise-versa.
Thanks
Here is my situation.
I am now in charge of a new project.
I am making a new contactus.aspx page with required fields.
Easy to do, not an issue.
The left navigaion has a user control (Newsletter Signup Control) that
allows you to sign up for newsletters and contains an email Textbox and
submit button.
This user control has RequiredFieldValidator on it as well.
When I submit information on the main section of the contactus.aspx
form and click submit, it forces me to fill in the required fields in
the user control as well.
Does anyone know how to have 2 different areas of required fileds on
the same page like this?
So I want to be able submit the contactus.aspx page without also having
to enter information into the user control and vise-versa.
Thanks