I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
A. Load()
B. Unload( )
C. PreRender( )
D. None of the Above