Do you always use GridView instead of ListBox?
Last updated by Brady Stroud [SSW] 7 months ago.See historyAlways choose a GridView (over a ListBox) because it can have:
- Multiple columns
- Checkboxes in the header of the control, which enables users to easily check or uncheck all items
- Add sub-controls added such as buttons, links, charts, and even customized controls to the Gridview. This means you get unlimited flexibility with the GridView