dot Net Database Question:
Explain atleast two methods of response object other than Transfer?
Answer:
a) Response.ClearContent( )
Clears the content of the current output stream.
b) Response.ClearHeaders( )
Clears the HTTP headers from the current output stream.
Clears the content of the current output stream.
b) Response.ClearHeaders( )
Clears the HTTP headers from the current output stream.
Previous Question | Next 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? |