What is a postback?

Technology CommunityCategory: ASP.NETWhat is a postback?
VietMX Staff asked 3 years ago

postback originates from the client browser. Usually one of the controls on the page will be manipulated by the user (a button clicked or dropdown changed, etc), and this control will initiate a postback. The state of this control, plus all other controls on the page (known as the View State) is Posted Back to the web server.