Skill/Topic: BeginnerA) Java Virtual MachineB) Common Language RuntimeC) Windows explorer
Latest Answer : Common Language Runtime ...
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
The best way to delimit ASP.Net code from HTML code in your pages is by using --------------- tags.
Skill/Topic: BeginnerA) < Body >B) < Head >C) < Script >
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.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) NoB) YesC) Sometimes we can make it by introducing some code
Latest Answer : No, as the dll's are created to provide services to the applications ...
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. ...