107.

Can you call a method such as the Response.Write method on the Page Unload event ?

During the unload stage, the page and its controls have been rendered, so you cannot make further changes to the response stream. If you attempt to call a method such as the Response.Write method, the page will throw an exception.