c# - GridView with columns and rows swapped -
i using gridview. requirement -
name c1 c2 c3 c4 age 24 25 26 27 gender m f m f
i didn't solution. please suggest correct solution.
do need create new usercontrol this?
try http://www.aspdotnet-suresh.com/2012/09/how-to-convert-rows-to-columns-in-sql.html
or try create view bind data ur gridview .
Comments
Post a Comment