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?
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
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