Question Enabling button controls when validation controls are true

lkrterp

Member
Joined
Jul 10, 2007
Messages
21
Programming Experience
Beginner
Is there a way to keep the button controls active when the validation controls are being used and the page is invalid and the user just wants to exit out of the page instead of correcting the invalid field?

I have created a page where data is being inserted into textboxes to update a database table. When the Insert button is clicked, if a field is empty, it will display a validation error. I also have a Cancel button on this page and return to home page. It seems when the validation error is activated, all my buttons stop working until the field is corrected.

Thanks!!!!
 
Back
Top