Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

AJAX asynchronous call versus just a normal synchronous call

When a software developer creates a webpage with an UPDATEPanel and makes AJAX asynchronous calls from it,
could there be conflict between the UpdatePanel asynchronous calls and the non-ajax synchronous calls on that web page.
In other words, a user clicks on updatepanel button to initiate the asynchronous call ( that call my take say some time to return) and then the user at the same time the asynchronous call is still running  subsequently click on a non-ajax button to do a normal synchronous call.
Is there conflict or could there be conflict?
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial