Suppress a column value in repeater, datalist ...
Hi all,
I have a question about how to suppress the data for a column in a repeater, datalist or datagrid in ASP.net.
For example I just want to display the order# whenever the value is not the same as last row.
Order # Item Qty
----------|--------|----------|---------
A000001 01 10
----------|--------|----------|---------
02 14
----------|--------|----------|---------
03 15
----------|--------|----------|---------
A000002 01 12
----------|--------|----------|---------
A000003 01 10
----------|--------|----------|---------
Regards,
John
|