Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

web user control in form

Status
Not open for further replies.

tembalena

Programmer
Apr 17, 2001
37
ZA
I have a web form which contains a web user control. This control is a login box that accepts username and password and has a submit button to validate input. The web form also has textboxes for user input (eg. Profile details), and it's own submit button. It's textboxes text are validated using requiredfieldvalidation controls. If the user is on this web form and tries to log in using the user control, the other forms requiredfieldvalidation controls are activated. How do I get around this, ie. focus on the 1 submit button and not check for validation before redirecting to another page is username and password are valid? The issue here I think is that I can have only one form tag using runat=server on the web form.
Hope this makes sense for someone to help, Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top