Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
Resources that require significant processor time, such as database connections, should be released with this event.