Moderate

The first event triggers in an aspx page is__________________?

Correct answer: B. Page_Init()

  • A. Page_Load()
  • B. Page_Init()
  • C. Page_click()
  • D. Page_doubleclick()

Explanation

Page_Init is the earliest listed ASP.NET page event in the normal page lifecycle, occurring before Page_Load. Page_click and Page_doubleclick are control events, not initial page-lifecycle events.

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