Click here to Skip to main content
15,911,039 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have build an asp.net web site with 3 pages. One of the pages has an update panel. It takes the server few seconds to update this panel. When the client asks the server to update this panel, and tries to navigate to another page in my site at the same time - a problem occurs on FF only: the client cannot submit request to navigate to another page. Its request seems to be stuck (via firebug).

I googled and found that when a ajax request is invoked, the update panel is blocked and no other request to the server can be handled. Is that so? Does someone can shed some light about the problem and how to solve it?

Thanks in advance.
Posted

Try using REST with JQuery or WCF (if using WCF)
Tutorial @ http://rest.elkstein.org/2008/02/using-rest-in-c-sharp.html[^]
 
Share this answer
 
Thanks. At the bottom line it was a js some other programmer put and caused the error.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900