I have a grid view which I am binding with data table. My problem is data table has integer values as 1,2,3,4,5. For all these values I want to bind A,B,C,D,E respectively in grid view. I am using bound fields. I dont know where to modify data coming from data table??
I have a grid view which I am binding with data table. My problem
Share
Make that column to Template column and put label
and then you do it in
RowDataBoundevent of Gridview