The difference between synchronous and asynchronous postback
is as follows:
Asynchronous postback renders only the required part of the
page; whereas, synchronous postback renders the entire page for any postback.
Asynchronous postback executes only one postback at a time,
that is, if you have two buttons doing asynchronous postback, the actions will
be performed one by one; whereas, synchronous postback executes all the actions
at once.
Asynchronous postback only modifies the update panel that
raises the postback; whereas, synchronous postback modifies the entire page.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The difference between synchronous and asynchronous postback is as follows:
Asynchronous postback renders only the required part of the page; whereas, synchronous postback renders the entire page for any postback.
Asynchronous postback executes only one postback at a time, that is, if you have two buttons doing asynchronous postback, the actions will be performed one by one; whereas, synchronous postback executes all the actions at once.
Asynchronous postback only modifies the update panel that raises the postback; whereas, synchronous postback modifies the entire page.