Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 09, 2012 01:31 PM by RameshRajendran
Member
480 Points
431 Posts
Jun 09, 2012 11:49 AM|LINK
How Can i use table inside gridview...
for ex
if a grid has
S.No Name Marks
in column wise...
I Want
S.No
Name
Marks
In Row Wise...Help me Pls..Thanks In Advance...
Star
12027 Points
1807 Posts
Jun 09, 2012 11:56 AM|LINK
If you have to keep other columns as it is then create a template column and use repeater inside it for these 3 cols.
http://www.codeproject.com/Articles/27260/Repeater-within-Gridview-in-C-ASP-NET-2-0
If grid has these 3 cols only then use repeater.
Participant
1410 Points
330 Posts
Jun 09, 2012 12:17 PM|LINK
Hi
you may do it through database as well.In that you can convert row into column and column into row.
and within gridview you can use another control into gridview template field like repeter and can bind data row wise.
7983 Points
2099 Posts
Jun 09, 2012 01:31 PM|LINK
HAi
Pls look this forums.Its alredy help full for we friend's
http://forums.asp.net/t/1410655.aspx/1
Thank u
majarajaking
Member
480 Points
431 Posts
Table inside Gridview..
Jun 09, 2012 11:49 AM|LINK
How Can i use table inside gridview...
for ex
if a grid has
S.No Name Marks
in column wise...
I Want
S.No
Name
Marks
In Row Wise...Help me Pls..Thanks In Advance...
urenjoy
Star
12027 Points
1807 Posts
Re: Table inside Gridview..
Jun 09, 2012 11:56 AM|LINK
If you have to keep other columns as it is then create a template column and use repeater inside it for these 3 cols.
http://www.codeproject.com/Articles/27260/Repeater-within-Gridview-in-C-ASP-NET-2-0
If grid has these 3 cols only then use repeater.
sanjayverma_...
Participant
1410 Points
330 Posts
Re: Table inside Gridview..
Jun 09, 2012 12:17 PM|LINK
Hi
you may do it through database as well.In that you can convert row into column and column into row.
and within gridview you can use another control into gridview template field like repeter and can bind data row wise.
RameshRajend...
Star
7983 Points
2099 Posts
Re: Table inside Gridview..
Jun 09, 2012 01:31 PM|LINK
HAi
Pls look this forums.Its alredy help full for we friend's
http://forums.asp.net/t/1410655.aspx/1
Thank u