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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASCX and Validation Control Problems

Status
Not open for further replies.

tperri

Programmer
Joined
Apr 8, 2006
Messages
728
Location
US
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?
 
This is a link to the Windows Forms version, btw :) Thanks for steering me in the right direction.
 
no problem, was just indicating that it was wrong in cawse someone else read this thread :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top