skip validation
-
hello - there is a shopping cart issue what I am working on right now. I am adding a back button, but for posting back to the server, the required fields need to be validated. Is there a way how I can skip the validation for the back button? Thanks, Laziale
-
hello - there is a shopping cart issue what I am working on right now. I am adding a back button, but for posting back to the server, the required fields need to be validated. Is there a way how I can skip the validation for the back button? Thanks, Laziale
I think dont rely heavily on back button. Rather always handle everything using code. Please let us know how you are validating your page:confused:, so that I can tell you how to handle this.
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
hello - there is a shopping cart issue what I am working on right now. I am adding a back button, but for posting back to the server, the required fields need to be validated. Is there a way how I can skip the validation for the back button? Thanks, Laziale
Set CausesValidation=false on your back button http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.button.causesvalidation.aspx[^]
only two letters away from being an asset