Top 80+ Solved DotNet Technology MCQ Questions Answer
Q. Which of the following languages are used to write server side scripting in ASP.NET?
a. C-Sharp
b. VB
c. Both C-Sharp and VB
d. C++
Q. By default, ASP.NET store SessionIDs in _________.
a. Cookies
b. Cache
c. Database
d. Global Variable
Q. What class does the ASP.NET web form class inherit from by default?
a. System.Web.UI.Page
b. System.Web.UI.Form
c. System.Web.GUI.Page
d. System.Web.Form
Q. Master pages are used to provide the code and appearance that are the same for a seriesof __________.
a. Content Pages
b. Base pages
c. Both A and B
d. None of the above
Q. Menus, TreeView and SiteMapPath controls cannot be styled with CSS
a. True
b. False
c. none
d. all
Q. Application_Start event is available in ___________.
a. Web.config
b. Local.asax
c. Global.asax
d. None of the above
Q. Properties and Indexer are used to access which type of data members?
a. Private
b. Publi
c. C Protecte
d. D Internal