Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

» ASP.NET solved MCQs

Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?

Question:

Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server?

A.

POST

B.

SET

C.

GET

D.

PUT

Answer» d. PUT

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which one of the following HTTP verbs indicates that you are creating and writing a file on the Web server? Read More »

» ASP.NET solved MCQs

You need to programmatically configure page output caching. Which object would you use?

Question:

You need to programmatically configure page output caching. Which object would you use?

A.

Request

B.

Response

C.

Application

D.

Server

Answer» b. Response

Note: The above multiple-choice question is for all general and Competitive Exams in India

You need to programmatically configure page output caching. Which object would you use? Read More »

» ASP.NET solved MCQs

What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?

Question:

What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server?

A.

IsCallback

B.

IsReusable

C.

IsValid

D.

IsPostBack

Answer» d. IsPostBack

Note: The above multiple-choice question is for all general and Competitive Exams in India

What is the name of the Page object’s property that determines if a Web page is being requested without data being submitted to server? Read More »

» ASP.NET solved MCQs