dot Net Database Question: Download dot Net Database PDF

Explain atleast three methods of response object other than Redirect?

Tweet Share WhatsApp

Answer:

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.

Download dot Net Database PDF Read All 23 dot Net Database Questions
Previous QuestionNext Question
Explain What is indexing?How to deploy an asp.net application?