Microsoft Exam Questions

You need to ensure that the MySearchBox.ascx control appears

You create a user control named MySearchBox.ascx. You plan to change the native search
control in SharePoint to MySearchBox.ascx. You implement a Feature that contains the following
code segment. <Control Id=”SmallSearchInputBox” Sequence=”100″
ControlSrc=”~/_controltemplates/MySearchBox/ MySearchBox.ascx”> </Control> You discover
that the MySearchBox.ascx control fails to appear. You need to ensure that the
MySearchBox.ascx control appears. What should you do?

A.
Add the ControlAssembly attribute.

B.
Modify the Sequence attribute value.

C.
Remove the ControlSrc attribute value.

D.
Add the ControlClass attribute.