ASP.net

Practice MCQs under ASP.net. 172 available

Questions

Correct options are highlighted when revealed.

1.Which type of tests verify that recent code changes do not disrupt the existing functionality?

2.Which method is used to retrieve data from a form submitted via the "post" method?

3.Which caching methods are supported by ASP.Net?

4.What is the purpose of the Response.AddHeaders() method?

5.What is the purpose of setting Response.Buffer = True, Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)), Response.Expires = 0, and Response.CacheControl = "no-cache" in a web application?

6.In ASP.NET 2.0, which feature allows a standard postback to be sent to a different page within the application?

7.Which programming language can be utilized to develop an ASP.NET code file?

8.What is the correct method to determine the version of ASP.NET installed on your computer?

9.In an ASP.NET 2.0 web application, which method would you use to display an image chosen from a set of images?

10.In an ASP.NET web application, you need to show a list of clients on a webpage, displaying 10 clients per page with the capability to edit their details. Which Web control should you use?

Past Papers & Resources →