2
Reply

What is Post Back in Asp.Net?

Ritesh Singh

Ritesh Singh

8y
576
0
Reply

    Already executed

    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.