asp.net - Unwanted bind after javascript -


in page have gridview has checkbox column on left side. in header have checkbox should either uncheck or check rest of checkboxes dependant on header checkbox state. happening checkboxes changing state , gridview rowdatabound event changing them previously. question is, there anyway prevent databind after post other :

if not page.ispostback     gridview.databind() end if 

because have in page load event.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

Java Web Service Soap fault exception client -