javascript - Prevent validation when using __doPostBack -


i using __dopostback manually in javascript, triggering validation on server side. when page refreshes, has validated fields on page , displaying errors in validationsummary control.

is there way prevent this?

i not calling page.validate() on server.

use validation groups. http://msdn.microsoft.com/en-us/library/ms227424.aspx


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -