Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
Trigger asynch callback from custom Javascript
posted

Is there a way to make asynch callback as oppose to full postback?  The trick that works with AJAX panel - imitate click on invisible link button like that:

__doPostback('Panel1$someID','someValue');

doesn't seem to be working with WARP, doing full postback instead.  Looks like WARP has some javascript overriding ASP.NET __doPostback function that figures that the event source is not the same as the calling function claims, and makes it full postback.  Is there any workaround?

Thanks,

Helen