Moderate

When is the user controls code is executed______________?

Correct answer: A. After the webform loads

  • A. After the webform loads
  • B. Before Page_init event of web form
  • C. After the page_init event of webform
  • D. None of the above

Explanation

A user control participates in the page lifecycle and its load-related code runs after the containing web form's Page_Load event. Thus, among the given choices, it executes after the web form loads.

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