Moderate

I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?

Correct answer: A. Load()

  • A. Load()
  • B. Unload( )
  • C. PreRender( )
  • D. None of the Above Hire Civil Engineers

Explanation

During the ASP.NET page lifecycle, Load runs after initialization and before PreRender, making it the normal event for a page that has been loaded. Unload occurs only when processing is ending.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions