Microsoft
70-515 · Question #186
Ajax extender [TargetControlType(typeof(TextBox))] public class DisabledButtonExtender : ExtenderControlBase { [ExtenderControlProperty] [DefaultValue("")] [IDReferenceProperty(typeof(Button))]…
The correct answer is A. [TargetControlType(typeof(TextBox))]. See the full explanation below for the reasoning.
Question
Ajax extender [TargetControlType(typeof(TextBox))] public class DisabledButtonExtender : ExtenderControlBase { [ExtenderControlProperty] [DefaultValue("")] [IDReferenceProperty(typeof(Button))] Create an extender that extends a textbox and assigns to a button; Using wich combination ?
Options
- A[TargetControlType(typeof(TextBox))]
How the community answered
(33 responses)- A100% (33)
Community Discussion
No community discussion yet for this question.