ASP.net – MCQs

172 questions. Click to practice.

Correct options are highlighted when revealed.

1.Within the .NET Framework, which of the following represent valid thread priority levels?

2.If you need to alter a SOAP message within a SOAP extension, which method should you override to accomplish this?

3.Which method is used in ASP.NET to terminate a user session?

4.Which statement below is accurate regarding control display in the Visual Studio .NET Designer?

5.What is the highest number of cookies that a website is permitted to store?

6.What is the default authentication method used by IIS?

7.What type of data is suitable for storage in ViewState?

8.Which file triggers the web application to switch to offline mode?

9.Identify the web control that corresponds to the Table control functionality in ASP.NET.

10.Which of these are considered new data-bound controls introduced in ASP.NET?

11.Which of the following is utilized to dynamically assign the page title in ASP.NET?

12.Which programming language is suitable for server-side scripting in ASP.NET?

13.The tag is used as a substitute for which of the following HTML elements?

Options are missing for this question.

14.Which statement about the IsPostBack member in the System.Web.UI.Page class is accurate?

15.Within an ASP.NET project, where is the Global.asax file typically located?

16.What does Server.MachineName retrieve in a web application?

17.Which namespace in the Microsoft .NET framework offers the features required for implementing transaction processing?

18.Which feature in ASP.NET is used to separate the HTML markup from the underlying program logic?

19.What is the maximum number of configuration files an ASP.NET project can contain?

20.What steps are necessary to link data from a data source to a Repeater control?