DotNet Technology MCQs | Page - 10
Dear candidates you will find MCQ questions of DotNet Technology here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
β
Correct Answer: (C)
Both C-Sharp and VB
Q. What class does the ASP.NET web form class inherit from by default?
β
Correct Answer: (A)
System.Web.UI.Page
Q. Master pages are used to provide the code and appearance that are the same for a series of __________.
β
Correct Answer: (A)
Content Pages
Q. Menus, TreeView and SiteMapPath controls cannot be styled with CSS
β
Correct Answer: (B)
False
Q. Application_Start event is available in ___________.
β
Correct Answer: (C)
Global.asax
Q. Properties and Indexer are used to access which type of data members?
β
Correct Answer: (A)
Private
Q. Which of the following statements is correct about a namespace in C#.NET?
β
Correct Answer: (A)
Namespaces help us to control the visibility of the elements present in it.
Jump to