|
-
Nov 18th, 2002, 09:12 AM
#1
Thread Starter
Frenzied Member
RequiredFieldValidator [RESOLVED]
I'm using the RequiredFeildValidator to Validate my page. On the bottom of the page I have two buttons. One is to save the data to the database, the other is to return the user to the main menu page. The RequiredFeildValidator control works fine. The problem is I only want it to validate if the save button is clicked, not the return to main menu button. Any suggestions? Is there an attribute I can set in the button?
thanks
Last edited by EyeTalion; Nov 18th, 2002 at 11:36 AM.
-
Nov 18th, 2002, 11:36 AM
#2
Thread Starter
Frenzied Member
In the button attributes set:
CauseValidation = False
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|