dot Net Database Question:

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.


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?