Rank: Member Groups: Member
Joined: 9/28/2007 Posts: 20
|
I am using Callback control and I would like to use the client side event "ClientSideAfterUpdate". Could you please provide some sample for using this event.
Your sample for "ClientSideBeforeExecute" was helpful.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
ClientSideAfterUpdate and ClientSideBeforeExecute are very similar events. The difference is when they are executed. ClientSideBeforeExecute is executed before the AJAX call is sent to the server, ClientSideAfterUpdate is executed after the new output is applied. Rather than everything is pretty much the same.
|