-
GD
29
posts
Member since:
Nov 2008
Posted 08 Jan 2010
Link to this post
If I write OnNodeCheck="lstBisogno_NodeCheck" when I check start postback.
I don't try AutoPostBack property.
It's possible associate function on OnNodeCheck (OnNodeCheck="lstBisogno_NodeCheck") but not have a automatic PostBack ?
Thanx
-
-
Schlurk
812
posts
Member since:
May 2009
Posted 08 Jan 2010
Link to this post
Since this is a server-side event I believe you have to postback in order to get these events to fire, so autopostback has to be enabled.
-