Q5
Fill in the blank
FILL BLANK
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?
Type the exact answer. Case-insensitive, extra spaces ignored.