Ritesh Singh
What is Post Back in Asp.Net?
By Ritesh Singh in ASP.NET on Aug 19 2016
  • Bharathi Raja
    Jun, 2018 21

    A PostBack is any request for a page that is not the first request. A PostBack will always be in response to a user action (triggered most commonly by a Button, AutoPostBack control or Ajax).

    • 1
  • Ritesh Singh
    Aug, 2016 19

    Postback is the process of by which the browser sends information back to the server so that server can handle the event. The server executes the code sends the resulting HTML back to the browser again. Postback occurs only with web forms that have the runat="server" attribute.

    • 1
  • Madhura Kesharwani
    Jul, 2021 6

    A post back is round trip from the Browser to the server and then back to the browser. This enables you page to go through the asp engine on the server and any dynamic content to be updated.

    • 0
  • Mukesh Kumar
    Sep, 2017 5

    Already executed

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS