I have been using the callback control in ComponentArt and it's all been working fine locally, however I have just put the web application onto the production server and we are now looking at up to 10 second client side delays before it even fires the callback_oncallback event and hits the server side code (according to firebug).

Has anyone else experienced these sort of delays? Where would I start in even trying to figure this one out?

link|improve this question

72% accept rate
Maybe the problem is not in the callback control. How do you call the callback? Which client event you attached the javascript calling the callback? – onof Jan 30 '11 at 21:50
One of the main ones is, I drag a file from one treeview to another, this fires the callback as well as shows a dialog, function TreeView_onNodeBeforeMove(sender, eventArgs) { DialogCallback.callback('moveremote',movingNode.get_text(), movingNode.get_id()); Dialog1.show(); } – Coesy Feb 1 '11 at 2:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.