【多选题】You create a Web Form. You need to add controls that use adaptive rendering to display content. The type of content rendered must depend on the device that is requesting the page. What are two possibl...
A.
Add custom controls that emit XHTML to the Web Form.
B.
Add custom controls that emit WML to the Web Form.
【单选题】You create a Web Form that contains a button named btnCancel that enables users to exit the page. When users click this button, validation must not occur. During testing you learn that clicking the Ca...
A.
Set the Enabled property of the validation controls on the Web Form to False.
B.
Set the CausesValidation property of the btnCancel button to False.
C.
Set the CausesValidation property of the btnCancel button to True.
D.
Set the Visible property of the validation controls on the Web Form to False.