Moderate

Which method displays the custom control________________?

Correct answer: C. Render

  • A. Display
  • B. Page_Load
  • C. Render
  • D. The Prerender

Explanation

A custom ASP.NET control produces its visible output by overriding or using the Render method, which writes the control's markup to the response. Page_Load and PreRender are lifecycle events, not the method that actually renders the control.

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