Home

What is the correct answer?

4

If someone accidentally deletes the Page Directive of an ASP.NET page say "First.aspx" under "Sales", what will you do?

A. <%@ Page Language="vb" Codebehind="FirstQuarter.aspx.vb" Inherits="FirstQuarter"%>

B. <%@ Page Language="vb" Codebehind="FirstQuarter.aspx.vb" ClassName="Sales.FirstQuarter"%>

C. <%@ Page Language="vb" Codebehind="FirstQuarter.aspx.vb" Inherits="Sales.FirstQuarter"%>

D. <%@ Page Language="vb" Codebehind="FirstQuarter.aspx.vb" ClassName="Sales.FirstQuarter" Inherits="FirstQuarter"%>

Correct Answer :

C. <%@ Page Language="vb" Codebehind="FirstQuarter.aspx.vb" Inherits="Sales.FirstQuarter"%>


Related Questions

How can you check if the page is visited for the first time HTML elements, HTML server controls and ASP.NET server controls can be… How do you get information from a form that is submitted using the "post"… By default a WebForm inherits from Menus can be added to an ASP.NET Page An error handling is Structured when we use ___________ sets the time out period for a particular page in seconds This file stores your web configuration To display HTML tags as it is use __________.CreateObject("ADODB.Connection") creates a new connection. Which of the following tool is used to manage the GAC? Which of the following object is not an ASP component? To write an attribute for a tag through ASP.NET use We can write an XML document from ASP.NET without mentioning the encoding… The code file for WebForm1.aspx will be ___________ ASP.NET uses _______ as the code behind ASP.NET use ASP.NET can be installed on Windows 98 machine If someone accidentally deletes the Page Directive of an ASP.NET page… Options available with SelectionMode are You can specify a function name in Anything appearing after ________ is cleared In ASP.NET, the default method of a form is What are unique properties of RangeValidator control? What is used to validate complex string patterns like an e-mail address? Choose the form in which Postback occur Can you have more than one form declaration on a web form? _________ is used to write/read into a leaf node Anything appearing before ________ is cleared CDONTS is designed on for Windows NT Server