625Software EngineeringMedium
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired?
APreRender( )
BUnload( )
CNone of the Above
DLoad()
Correct answer
D. Load()
Explanation
The correct answer is Load().