asp.net.ph

Skip Navigation Links

Allowing Posting with Client-Side Validation Errors

ASP.NET Web Forms   Web Forms Server Controls   Web Forms Validation


By default, when client-side validation is being performed, the user cannot post the form to the server if there are errors on the page. However, you might find it necessary to allow the user to post even with errors.

To allow posting with client-side validation errors

  • Set the global page variable Page_PostIfValidationError to true.

See Also

Data Entry Validation ( Client-Side )


Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph.

If you have any question, comment or suggestion,
please send us a note