Usually I just bind a dataset to a datagrid but this time I want to have a great deal of flexibility as depending on some conditions each row that I display will look different.
So I want to be able to loop through a datasets' results and output a row dynamically rather than just binding all results.
So I want to be able to loop through a datasets' results and output a row dynamically rather than just binding all results.