M
mark4asp
This page is currently using a Repeater control to create a table with
6 columns. The first column has 2 ImageButton controls and a common
header.
How can I do this with a DataGrid ? I need either 7 columns in my
DataGrid with a shared column heading for the first two columns OR I
need 6 columns with the first DataGrid column showing two small
ImageButtons side-by-side.
PS: I need to use the DataGrid's ItemDataBound event e.g.
<http://www.codeproject.com/aspnet/ItemCreated.asp> - so I really need
to use a DataGrid and the HTML must look near identical afterwards.
6 columns. The first column has 2 ImageButton controls and a common
header.
How can I do this with a DataGrid ? I need either 7 columns in my
DataGrid with a shared column heading for the first two columns OR I
need 6 columns with the first DataGrid column showing two small
ImageButtons side-by-side.
PS: I need to use the DataGrid's ItemDataBound event e.g.
<http://www.codeproject.com/aspnet/ItemCreated.asp> - so I really need
to use a DataGrid and the HTML must look near identical afterwards.