What is Post Back in Asp.Net?
Ritesh Singh
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.