I am not sure if it was possible to do this with a datagrid so I thought I would post the question to the masses since I can't find a reference to it on google.
Anyway on with the show.
I have some data that in a normal table looks like this.
Class | Price | Type | Date
Now for any particular class I was hoping to get a display running something like so.
Date | Type | Type | etc...
date field | price for this type| price for this type| etc...
Now I can retrieve the Types from another table I just want one column for each type with the prices listed under it.
Is this doable with a datagrid or should I be using a datalist perhaps. That'l do donkey, that'l do
Mark
Anyway on with the show.
I have some data that in a normal table looks like this.
Class | Price | Type | Date
Now for any particular class I was hoping to get a display running something like so.
Date | Type | Type | etc...
date field | price for this type| price for this type| etc...
Now I can retrieve the Types from another table I just want one column for each type with the prices listed under it.
Is this doable with a datagrid or should I be using a datalist perhaps. That'l do donkey, that'l do
Mark