I wonder how postback is detected on serverside? Generally, the state of controls on a page are stored in Viewstate and they traverse back and forth on every postback to the server. Since http is stateless, how will the server differentiate between a I wonder how postback is detected on serverside