Question - What is the role of Postback in ASP.NET?
Answer -
Postback is a request sent from a client to the server from the page on which the user is working. It posts the complete page back to the server for a new page.
Postback is submitted to a server before processing the page and holds credentials such as verification like username and passwords using a database.