Question

We have our controls in Update Panel like HTML div, tabel , grid and we have AsyncPostBackTrigger with Event Tick of timer control this time control will update the update panel control on certain period of time. We are loading some control with JQuery some with code behind. We call all function which need regualr update in timer tick event.

All works good at first time and untill few minutes that sudenly all get stop updating if we keep our browser open but then I referesh my browser manually all start working properly, again after few minutes it get stop updating.

I use following also but still no use

   var prm = Sys.WebForms.PageRequestManager.getInstance();
   prm.add_endRequest(function () .....
Était-ce utile?

La solution

Well, I removed Update Panel and Timer Control from page and I did work $.ajax and setIntervaltime.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top