Question:You are creating a web form that displays a stock chart. Users can choose from three different sizes for the chart: small, medium, and large. How could you implement the user interface? (Choose all that apply. Each answer forms a complete solution.) 

A Add a RadioButtonList control. 

B Add three RadioButton controls. Set the GroupName property of all controls to ChartSize. 

C Add a CheckBoxList control. 

D Add three CheckBox controls. Set the GroupName property of all controls to ChartSize. 

+ Answer
+ Report
Total Preview: 1063

Copyright © 2024. Powered by Intellect Software Ltd