Description of Response.End :
This tutorial educates you about the Response.End method of ASP response object and tells the ways how to stop the current process using this method. And it describes that the function returns the current result and is set not to be shown to the users by enabling the Response.Buffer to true. More details and syntax are given in an easier understandable way.