Greetings,
I use ASP.NET validation control and I want to reset them whenever the user click on a button “Create new stuff button as an example” and I don’t want to set it to an empty error message.
How can this be done in?
Greetings, I use ASP.NET validation control and I want to reset them whenever the
Share
You need to add
as an attribute to any button that you do not want to validate the page.