Multiple choice

Which of the following best explains the page_preRender event?

  1. This event is called when the page is about to be initialise with its basic settings.

  2. This event is fired before any response has been sent to the browser.

  3. This is called once the browser request has been processed.

  4. This event provides the updation of the values.

  5. Options 1 and 2

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

This event is called once all objects have reacted to the browser request and any resulting events, but before any response has been sent to the browser.