Question:You wish to create a custom control that works as an AJAX client behavior. What action(s) should you take? (Choose all that apply.)
A Create a custom, server-side class that inherits from a valid System.Web.UI.Control.
B Create a custom, server-side class that inherits from ExtenderControl.
C Create a custom, server-side class that implements the interface IScriptControl.
D Create a custom, server-side class that is decorated with the attribute TargetControlType.
+ AnswerB D
+ Report