I have several update panels (not nested) and they all seem to work fine with one exception. One of update panels contains an ajax hover menu extender, while this is visible any events triggered inside any other update panel do not seem to call their event
handlers and nothing happens. The page has not crashed because controls outside update panels still seem to work. I can even navigate away from the page, return to it and cause the problem all over again without ever throwing any exceptions.
The hover menu may not be to blame, but it is the only thing I can see that is particularly unusual about this update panel.
I am new to AJAX and I've probably done something silly but I'm at a total loss to work out what
without seeing your aspx page code, it would be speculation over exact issue. Please share your sample code here.
What is the mode of UpdatePanel?
In asynchronous calls, if second call made while first one is in process, your script manager confused to handle the respose. There are many things but without seeing the issue, it will be just guess...
Also I will sugest you to use debugger tool or Crome Code inspector and look into network tab.
hogg1980
Member
38 Points
33 Posts
Update panels seem to hang?
Nov 11, 2012 11:29 AM|LINK
I have several update panels (not nested) and they all seem to work fine with one exception. One of update panels contains an ajax hover menu extender, while this is visible any events triggered inside any other update panel do not seem to call their event handlers and nothing happens. The page has not crashed because controls outside update panels still seem to work. I can even navigate away from the page, return to it and cause the problem all over again without ever throwing any exceptions.
The hover menu may not be to blame, but it is the only thing I can see that is particularly unusual about this update panel.
I am new to AJAX and I've probably done something silly but I'm at a total loss to work out what
anil.india
Contributor
2613 Points
453 Posts
Re: Update panels seem to hang?
Nov 11, 2012 04:17 PM|LINK
without seeing your aspx page code, it would be speculation over exact issue. Please share your sample code here.
What is the mode of UpdatePanel?
In asynchronous calls, if second call made while first one is in process, your script manager confused to handle the respose. There are many things but without seeing the issue, it will be just guess...
Also I will sugest you to use debugger tool or Crome Code inspector and look into network tab.
codepattern.net/blog ||@AnilAwadh
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: Update panels seem to hang?
Nov 12, 2012 04:48 AM|LINK
Check this article by ScottGu : http://weblogs.asp.net/scottgu/archive/2006/04/11/Don_1920_t-run-production-ASP.NET-Applications-with-debug_3D001D20_true_1D20_-enabled.aspx
http://encosia.com/2007/07/11/why-aspnet-ajax-updatepanels-are-dangerous/
</div>Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.