Which function is responsible for rendering the custom control on the page?

Choose the correct answer

Explanation

The Render method is used to output the custom control's content to the page. Display and Page_Load do not handle rendering, while Prerender occurs before rendering but does not display the control itself.

Which function is responsible for rendering the cust… — ASP.net | PakQuizHub