Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Cancelling validation from client


Message #1 by "Matt Dittman" <mddittman@h...> on Fri, 7 Jun 2002 12:47:59
Does anyone know of a way that I can cancel BOTH client side and server 
side validation by way of JavaScript?  My Web Form contains a dropdownlist 
that updates another dropdownlist via roundtrip to the server, and I want 
to persist data that has already been entered in the form... so 
location.href won't work.  I need it to ONLY do validation when the submit 
button is pressed, not when form submission is done via code.  Any ideas?

Thanks in advance,

Matt

  Return to Index