> Is there a way to show my data in my gridview as such?
>
[quoted text clipped - 14 lines]
>
> is it possible to do this kind of formatting in the gridview?
Yes, but you might find the <asp:Repeater> control more suited to this type
of presentation, especially if you don't require sorting and paging...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Mike - 01 Feb 2008 14:59 GMT
OK, thanks, I'll google the <asp:Repeater> to see how that works. thanks
>> Is there a way to show my data in my gridview as such?
>>
[quoted text clipped - 18 lines]
> type of presentation, especially if you don't require sorting and
> paging...