Multiple choice technology web 2.0

Which one is the last stage of page life cycle in asp.net?

  1. Unload

  2. Rendering

  3. Postback event handling

  4. Load

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unload is the final stage of the ASP.NET page life cycle, where clean-up is performed and resources are released. Rendering occurs before Unload to write output to the response stream, while Load and Postback event handling occur earlier in the lifecycle.