When a .aspx page is requested from the web server, the out put will be rendered to browser in following format.
Skill/Topic: BeginnerA) HTMLB) XMLC) WML
Skill/Topic: BeginnerA) < asp:label >B) < asp:listitem >C) < asp:button >
Latest Answer : < asp:label > ...
Skill/Topic: BeginnerA) Page_Load()B) Page_Init()C) Page_click()
Latest Answer : Page_Init is the correct answer. Page_Load follows Page_Init in the event timeline. ...
Skill/Topic: BeginnerA) System.web.UI.PageB) System.Windows.PageC) System.Web.page
Latest Answer : system.web.page ...
Skill/Topic: BeginnerA) FORM ACTION="actiopage.aspx" RUNAT="server" method="post"B) FORM ACTION="actiopage.aspx" method="post"C) FORM id="Form1"
Latest Answer : Hi Dears,This is correct FORM ACTION="actiopage.aspx" RUNAT="server" method="post" ...
Skill/Topic: BeginnerA) IsPostBack is a method of System.UI.Web.Page classB) IsPostBack is a method of System.Web.UI.Page classC) IsPostBack is a readonly property of System.Web.UI.Page class
Latest Answer : IsPostback is a readonly Property of System.Web.UI.Page class.It's Correct No-Doubt abt this................... ...
Skill/Topic: IntermediateA) 2B) 3C) 1D) More than 3
Latest Answer : If the runat="server" attribute is included, in that case only one form is possible as it becomes a server control. ...
Skill/Topic: IntermediateA) YesB) No
Latest Answer : Yas ...
Skill/Topic: IntermediateA) System.Web.UIB) System.Web.SessionStateC) System.Web
Latest Answer : system.web ...
Skill/Topic: IntermediateA) System.userB) System.webC) System.DrawingD) System.Web.UI.Page.Culture
Latest Answer : option D: SYSTEM.WEB.UI.PAGE.CULTURE ...