62.

In which stage of general page life cycle 'IsPostback' property set?

In the start step, page properties such as Request and Response are set. At this stage, the page also determines whether the request is a postback or a new request and sets the IsPostBack property. Refer: MSDN