Well, in the non working page you are using html input control and in the working page you are using the asp.net button control. thats making the difference. If you view the source from the browser for the non-working page, the input buttons onclick handler
is called first before the page validate for the validation summary whereas in the working page with the button control it is the other way. Changing the input button to button control should fix this. HTH -aka
aka
Participant
825 Points
165 Posts
Re: Validation Summary
Aug 01, 2003 02:02 PM|LINK