I've read plenty about how to handle Server-Side timeouts & errors during a Callback... but what about Client Side timeouts?
here's the example. Guy fills out a web form. Hits submit & the ASPXCallbackPanel does a PerformCallback. But right then... his internet drops or his router burps.
In my app, the Callback panel never returns control back to the Webpage.. and the callback never completes. Anybody know a Timeout settings on the Client side? or a way to abort a callback through Javascript?
thanks