dot Net Database Question:
Download Questions PDF

Explain atleast two methods of response object other than Transfer?

dot Net Database Interview Question
dot Net Database Interview Question

Answer:

a) Response.ClearContent( )
Clears the content of the current output stream.
b) Response.ClearHeaders( )
Clears the HTTP headers from the current output stream.

Download dot Net Database Interview Questions And Answers PDF

Previous QuestionNext Question
Explain an execution plan? When would you use it? How would you view the execution plan?Explain How many objects are there in ASP?