1.

You are creating an ASP.NET page for a travel service. The page contains a CheckBoxList control that contains travel destinations. Customer can select favorite destinations to receive weekly e-mail updates of travel packages._x005F_x000D_  _x005F_x000D_ The CheckBoxList control is bound to a database table of possible destinations. Each destination is ranked according to its popularity. You modify the page to sort the destination list by rank, from the most popular to the least popular. The list has three columns._x005F_x000D_  _x005F_x000D_ You want the most popular destination to be on the top row of the check box list at run time. Which property setting should you use for the CheckBoxList control?

A. Set the RepeatDirection property to Vertical.
B. Set the RepeatDirection property to Horizontal.
C. Set the RepeatLayout property to Flow.
D. Set the RepeatLayout property to Table.
Answer» C. Set the RepeatLayout property to Flow.


Discussion

No Comment Found

Related MCQs