aspnet-validation
aspnet-validation copied to clipboard
Support formnovalidate attribute or other way to exclude button from validation
Currently there is no way to exclude button (like 'Back', 'Delete' etc.) from client-side validation.
It would be nice if your library supported for example the standard formnovalidate
attribute.