hi all,
suppose in a table if i have columns namely name,entrydate
now on retriving and binding to a gridview how can I get names rowwise and entrydate columnwise on a gridview
on Xaxis I want entrydate and yaxis names
in following format
-----------------------------------------------------------------------------------
XXXXX | entrydate1 | entrydate2 entrydate3
-------- |--------------|---------------------------------------------------
name1 |
--------- |--------------|-------------------------------------------------
name2 |
---------|---------------|-------------------------------------------------
name3 |
suppose in a table if i have columns namely name,entrydate
now on retriving and binding to a gridview how can I get names rowwise and entrydate columnwise on a gridview
on Xaxis I want entrydate and yaxis names
in following format
-----------------------------------------------------------------------------------
XXXXX | entrydate1 | entrydate2 entrydate3
-------- |--------------|---------------------------------------------------
name1 |
--------- |--------------|-------------------------------------------------
name2 |
---------|---------------|-------------------------------------------------
name3 |