Hi, I am working with Http Response for file download, then I End the Response by Response.End() function. After all this I want to close current page by self.close() -javascript function. but the script registered after Response.End statement does not work. Help me.