What is Response Object?

Answers were Sorted based on User's Feedback



What is Response Object?..

Answer / guest


It controls the information sent to the user. The various

methods are:
Response.Write ? Sends information directly to a browser
Response.Redirect ? Directs a user to a URL other than the
requested URL
Response.ContentType ? Controls the type of content sent
Response.Cookies ? Sets cookie values
Response.Buffer ? To Buffer information

Is This Answer Correct ?    3 Yes 0 No

What is Response Object?..

Answer / lakki

controls the information sent to the user. The various

methods are:
Response.Write ? Sends information directly to a browser
Response.Redirect ? Directs a user to a URL other than the
requested URL
Response.ContentType ? Controls the type of content sent
Response.Cookies ? Sets cookie values
Response.Buffer ? To Buffer information

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP Interview Questions

How could u display all of the cookies/cookie values for a user through a Web page in ASP?

0 Answers   Google,


Define a cookies collection?

0 Answers  


What is the Order of precedence for LOGICAL Operators in ASP?

1 Answers  


How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40

4 Answers   TCS,


What is meant by cookies? Explain the main features?

0 Answers  






What is Request Object?

2 Answers  


What is a Dictionary object?

2 Answers  


IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?

0 Answers  


what is meant by ajax

1 Answers  


What is an err object?

0 Answers  


What is asp contentplaceholder?

0 Answers  


Define an application domain?

0 Answers  


Categories