单项选择题
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.
单项选择题 You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()
单项选择题 You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()
单项选择题 You are creating a mobile Web Form that dynamically displays news items. You want to display news items by using an instance of a mobile TextView control named TextViewNews. You need to configure the Web Form that contains TextViewNews. The Web Form must enable pagination in case a users device does not display the full text of a news item. Which code segment should you use? ()