Question:You are going to create a custom web server control that inherits directly from the WebControl class. Which method do you need to override to get your control to display in the browser window?
A OnInit
B Finalize
C ToString
D Render
+ AnswerD
+ Report