What should you do to add the Web control to your Web application pages without compiling your control into a .dll file?

You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?

You are creating a templated Web control for use in your Web application. You need to add the Web control to your Web application pages without compiling your control into a .dll file. What should you do?

A.
Ensure that the Web control inherits from the WebControl class.

B.
Ensure that the Web control inherits from the Control class.

C.
Ensure that the Web control inherits from the CompositeControl class.

D.
Ensure that the Web control inherits from the UserControl class.



Leave a Reply 0

Your email address will not be published. Required fields are marked *