What should you do?

You are developing an ASP.NET AJAX extender control.
The extender includes the following segment.

You need to ensure that the extender can be user to extend only text boxes and that the targetID property can reference only buttons.
What should you do?
A. Apply the following attribute to the class.
[ValidationProperty("TextBox")]
Apply the fallowing attribute to TargetID
[Filterable(true)]
B. Apply the following attribute to the class.
[TargetControlType(typeof(TextBox))]
Apply the following attribute to TargetID
[Filterable(true)]
C. Apply the following attribute to the class.
[ValidationProperty("TextBox")]
Apply the following attribute to TargetID
[IDReferenceProperty(typeof(Button))]
D. Apply the following attribute to the class.
[TargetControlType(typeof(TextBox))]
Apply the following attribute to TargetID
[IDReferenceProperty(typeof(Button))]

microsoft-exams

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.