I am planning on using the DataGrid control to allow users to select interest categories.
Here's an example of the InterestCategory description & subcategories as done in a simple data-bind.
So the thing is that I would like to display the icDescription only once until it changes.
Would it be best to use a Repeater or DataList control, and if so (or if the DataGrid control is recommended), how would I do it?
Looking for this (checkbox controls will be added later):
Here's an example of the InterestCategory description & subcategories as done in a simple data-bind.
Code:
icDescription iscDescription
Bar / Night Club Dance Club
Bar / Night Club Lounge
Bar / Night Club Pre-Club Hangout
Bar / Night Club Pubs
Bar / Night Club Sports Bar
Desserts Cakes
Desserts Cookies
Desserts Ice Cream
Desserts Mousse
Desserts Pastries
Desserts Pies
Dining African
Dining Chinese
Dining Contemporary
So the thing is that I would like to display the icDescription only once until it changes.
Would it be best to use a Repeater or DataList control, and if so (or if the DataGrid control is recommended), how would I do it?
Looking for this (checkbox controls will be added later):
Code:
Bar / Night Club
Dance Club
Lounge
Pre-Club Hangout
Pubs
Sports Bar
Desserts
Cakes
Cookies
...