aspx thread: Cancelling validation from client
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
|





