Select from following answers:- IsPostBack is a method of System.UI.Web.Page class.
- IsPostBack is a method of System.Web.UI.Page class.
- IsPostBack is a readonly property of System.Web.UI.Page class.

- All of the above.
- All Above
IsPostBack is property not a method.We also can not assign any value to it.It's a readonly property.It returns true or false.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator