Interview Questions

What method must be overridden in a custom control?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What method must be overridden in a custom control?

What method must be overridden in a custom control?
* The Paint() method
* The Control_Build() method
* The Render() method
* The default constructor


The Render() method

(Continued on next question...)

Other Interview Questions