Hello Everyone..Please help me on this.. I have a Table Naming Dim_Role
Role Sort
DH 1
SM 2
TMM 3
I want to bind it in gridview like this output
DH SM TMM
1 2 3
the values are now become header dynamically, is it posible??please help me on this i need it so much..T_T
Loading

mary jean ligasPosted Mar 12, 2013, 3:14 AM
mary jean ligasPosted Mar 12, 2013, 3:09 AM
Vishal GilbilePosted Mar 12, 2013, 3:06 AM
what you can do is make use of pivot clause while retrieving the data from the database and bind it on the gridview.
With Regards,
Vishal Gilbile.