1523Software EngineeringMedium
Which of the following is true?
ANone of these
BIsPostBack is a method of System.UI.Web.Page class
CIsPostBack is a readonly property of System.Web.UI.Page class
DIsPostBack is a method of System.Web.UI.Page class
Correct answer
D. IsPostBack is a method of System.Web.UI.Page class
Explanation
The correct answer is IsPostBack is a method of System.Web.UI.Page class.