I have a master page, which an ASPX page inherits from. The master page has a bunch of ASCX controls within it.
On one particular page, I have the log in control visible (where a user types in the regular username, paswword) and in the middle a control for Registering. This registration control has many validation controls within.
The problem I am having is that the user can't log in from this page because it sets off all the validation controls. Is there a way I can bypass these validation controls when pressing the submit button on the totally seperate log in control?
On one particular page, I have the log in control visible (where a user types in the regular username, paswword) and in the middle a control for Registering. This registration control has many validation controls within.
The problem I am having is that the user can't log in from this page because it sets off all the validation controls. Is there a way I can bypass these validation controls when pressing the submit button on the totally seperate log in control?