format gridview

Is there a way to show my data in my gridview as such?

Used Salesman Q1 Q2 Q3
Smith
Bones
Knolls

New Cars Salesman Q1 Q2 Q3
David
T. Smith
Leslie


Management Q1 Q2 Q3
Davis
Hercker
Thomas

is it possible to do this kind of formatting in the gridview?
Mike [ Fr, 01 Februar 2008 15:22 ] [ ID #1921618 ]

Re: format gridview

"Mike" <developer [at] gmail.com> wrote in message
news:OuBok3NZIHA.1184 [at] TK2MSFTNGP04.phx.gbl...

> Is there a way to show my data in my gridview as such?
>
> Used Salesman Q1 Q2 Q3
> Smith
> Bones
> Knolls
>
> New Cars Salesman Q1 Q2 Q3
> David
> T. Smith
> Leslie
>
>
> Management Q1 Q2 Q3
> Davis
> Hercker
> Thomas
>
> 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...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
mark [ Fr, 01 Februar 2008 15:50 ] [ ID #1921622 ]

Re: format gridview

OK, thanks, I'll google the <asp:Repeater> to see how that works. thanks


"Mark Rae [MVP]" <mark [at] markNOSPAMrae.net> wrote in message
news:usctLHOZIHA.4860 [at] TK2MSFTNGP03.phx.gbl...
> "Mike" <developer [at] gmail.com> wrote in message
> news:OuBok3NZIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
>
>> Is there a way to show my data in my gridview as such?
>>
>> Used Salesman Q1 Q2 Q3
>> Smith
>> Bones
>> Knolls
>>
>> New Cars Salesman Q1 Q2 Q3
>> David
>> T. Smith
>> Leslie
>>
>>
>> Management Q1 Q2 Q3
>> Davis
>> Hercker
>> Thomas
>>
>> 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...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
Mike [ Fr, 01 Februar 2008 15:59 ] [ ID #1921625 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » format gridview

Vorheriges Thema: AJAX 3.5 ToolKit & IE6?
Nächstes Thema: Reading a list of files from a virtual folder