Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I have written a function for the ClientSideOnError event for a Callback. I'm trying to simulate a situation where the callback cannot connect to the website. I've tried shutting down the web site and disconnecting the network cable but the function defined for the event does not fire. Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, I don't think the CallbackPanel would raise that error. That would cause a time out situation that you will have to detect with your with your own code. This page lists all the situations where ClientSideOnError will be triggered: http://www.essentialobjects.com/doc/1/jsdoc.public.handlers.clientside_error_handler.aspxThanks!
|