Multiple choice technology programming languages

What is the last stage of the webforms cycle?

  1. Event Handling

  2. Page_Load

  3. Validate

  4. Page_Unload

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

The webforms lifecycle consists of several stages including Init, Load, Validate, Event Handling, PreRender, and finally Unload. The Page_Unload event is the last stage where resources are cleaned up before the page is destroyed.