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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -