Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ You are creating an ASP.NET page for a travel service. The page contains a CheckBoxListcontrol that contains travel destinations. Customer can select favorite destinations to receiveweekly e-mail updates of travel packages.The CheckBoxList control is bound to a database table of possible destinations. Each destinationis ranked according to its popularity. You modify the page to sort the destination list by rank, fromthe most popular to the least popular. The list has three columns.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.

B. Set the RepeatDirection property to Horizontal.

 136 views

More Questions for you: