Hi there,
You can disable JavaScript in the browser (using the Developer Tools in IE, or using Firebug in Firefox for example). Alternatively, you can disable client side validation on the controls using
EnableClientScript.
Make sure you check IsValid at the server to work with the return values from the validation controls.
Cheers,
Imar