Vsd Vsd
What is the difference between synchronous postback and asynchronous postback?
By Vsd Vsd in AJAX on Nov 26 2016
  • Vsd Vsd
    Nov, 2016 26

    The difference between synchronous and asynchronous postback is thatAsynchronous postback renders only the required part of the page and 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.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS