Home

What is the correct answer?

4

If a page name is WebForm1.aspx and it resides in ../Test/, then it will inherit from

A. WebForm1

B. WebForm1/Test

C. Test/WebForm1

D. Test.WebForm1

Correct Answer :

D. Test.WebForm1


Related Questions

In ASP.NET a page is inherited from System.Web.UI.Page. Here UI means HTML tag equivalent to Panel is ASP.NET can be installed on Windows 98 machine What are unique properties of RangeValidator control? The default method of a WebForm is If passwords are to be sent from one page to another, we can use ASP.NET supports all data types that VB.NET supports Default event handler for Link Label is A _____________ is a logical naming scheme for grouping related types… In ___________ records are locked when the update method is called To send attachments using SMTP use Cookies can be created with mentioning the expiry dateTrue For Adrotator control the XML file is mentioned through ________ property .DirectoryInfo gives information about any Directory ___________ sets the time out period for a particular page in seconds To set text programmatically without adding extra HTML tags use Options available with SelectionMode are What class does a Web Service Inherit? Can you have more than one form declaration on a web form? ASP.NET is object oriented __________ and __________ event are the two most commonly supported server-side… How do we create a FileSystemObject? To write a root tag say '<details>' through ASP.NET use This file stores your web configuration By default a WebForm inherits from Which of the following tool is used to manage the GAC? Which of the following method must be overridden in a custom control? There can be more than one Global.asax file ____________ enables you to set a particular date when a page should no… If a page name is WebForm1.aspx and it resides in ../Test/, then it will…