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!
Hope this makes sense for someone to help, Thanks!