Data display with dynamic coloum
-
Hi, I need to display data with dynamic generation of template column. The heading of the column is taken from database and its number will be dynamic. All the items of the columns will be template column to add a checkbox. For this which control will be suitable? DataList or ListView or Detailsview or any other controls? eg: I want to display the group and group member name like below with a check box in each item for edit ......Group1..........|.........Group1........|........Group1.........|........Group1........| Name1 Checkbox | Name1 Checkbox | NameA Checkbox | Name7 Checkbox Name9 Checkbox | Name4 Checkbox | NameS Checkbox | NameO Checkbox Name7 Checkbox | Name6 Checkbox | NameC Checkbox | NameP Checkbox Name6 Checkbox | Name7 Checkbox | NameR Checkbox | NameK Checkbox Name4 Checkbox | Name8 Checkbox | NameI Checkbox | NameL Checkbox Thankyou YPKI