I have a dataset of the following nature:
Col1 Col2 Col3
--------------
ClassA 10 12
ClassA 13 11
ClassA 18 22
ClassA 20 42
ClassB 12 34
ClassB 32 27
ClassB 13 51
ClassB 12 32
ClassC 16 65
ClassC 12 33
I want the gridview to have 3 separate HTML tables on the web page - one for rows of classA, the second for rows of classB and the thris for rows of classC.
Can this be done? I was hoping for some ideas.
Thanks
rsshetty.
It's always in the details.
Col1 Col2 Col3
--------------
ClassA 10 12
ClassA 13 11
ClassA 18 22
ClassA 20 42
ClassB 12 34
ClassB 32 27
ClassB 13 51
ClassB 12 32
ClassC 16 65
ClassC 12 33
I want the gridview to have 3 separate HTML tables on the web page - one for rows of classA, the second for rows of classB and the thris for rows of classC.
Can this be done? I was hoping for some ideas.
Thanks
rsshetty.
It's always in the details.