I have several asp validation controls on my page. I have an asp.net button on my page that saves everything on the page.
In the OnClick server-side event of the button should I always be wrapping it in a (if Page.IsValid) statement?
It seems like the validation still works regardless? Or is that only the client-side validation that is working?