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.UI ...
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) Implement application and session level eventsB) Declare Global variablesC) No use
Latest Answer : ANS: A,B ...
Skill/Topic: BeginnerA) 20 SecB) 20 MinC) 1 hr
Latest Answer : 20 Min ...
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 ...