Which function is responsible for rendering the custom control on the page?
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.