Re: Postbacks dies on our server if using client-side validation!?



What was the exact result of the mini-test I gave you?

Test one: Simple ASPX page. One text box, one required field validator, one
button, one label.

Pressing the SUBMIT button on this page with an empty text box will generate
a client-side validation error. Pressing the SUBMIT button on this page with
a valid text box does nothing in IE (no submission/postback at all).

Test two (your test): Simple ASPX page. One text box, one custom validator
(calling custom javsacript), one button, one label.

Exact same result. When on this particular server, I can get the script
(alert) to fire, but no postback.

-Darrel


.