Welcome Guest Search | Active Topics | Sign In | Register

Get the parm for a callback when the ClientSideOnError event is fired Options
Joan Darling
Posted: Wednesday, June 19, 2013 11:51:50 AM
Rank: Advanced Member
Groups: Member

Joined: 3/9/2010
Posts: 119
Is there a way to get the parm that was passed when the callback was executed and the ClientSideOnError event is executed?
eo_support
Posted: Wednesday, June 19, 2013 3:48:47 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You would use the event argument's Parameter and Data property to pass data between client and server. The parameter passed from the client will appear in the Parameter property on the server side. And the Data property set on the server side will be passed to the client side to your ClientSideAfterExecute handler.

Thanks!
Joan Darling
Posted: Wednesday, June 19, 2013 4:17:05 PM
Rank: Advanced Member
Groups: Member

Joined: 3/9/2010
Posts: 119
Thanks but is there a way to get it from the ClientSideOnError event. For example a callback is executed by the server does not respond. I assume this is when the ClientSideOnError event would fire. I need the parameter that was passed so that I can evaluate to see if the object that started the callback needs to be reset.

eo_support
Posted: Wednesday, June 19, 2013 5:44:48 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

No. Please see our other response on ClientSideOnError event for more details.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.