Moderate

The first event to be triggered in an aspx page is__________________?

Correct answer: A. Page_Init()

  • A. Page_Init()
  • B. Page_Load()
  • C. Page_click()
  • D. None of the above

Explanation

Among the listed handlers, Page_Init runs before Page_Load during the ASP.NET page lifecycle. Page_click is not a standard page lifecycle event, although modern ASP.NET also has earlier events such as PreInit that are not listed.

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