Tuesday, August 26, 2008

Clear the current page (window)

In order to clear out the current page (make the page as a blank page), use following code:

Response.Flush();//will send the current response stream to the browser

Response.End() ;// will end the response,

No comments: