Interview Questions

Name atleast three methods of response object other than Redirect.

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

Name atleast three methods of response object other than Redirect.

Answer1
a) Response.Clear( )
Clears the content of the current output stream.
b) Response.Close( )
Closes the network socket for the current response.
c) Response.End( )
Stops processing the current request and sends all buffered content to the client immediately.

Answer2
methods of Response is Redirect a. Transfer

(Continued on next question...)

Other Interview Questions