Hi
I have my grid in asp.net C# having data populated from data source,
now grid has some columns, there is a column, which has values in 1, 2 or 3 coming from db, i want, if it is 1 then it should display FSL instead of 1, if it is 2 then BTD etc, how can i apply checks from c# or in asp, please help.
Hi I have my grid in asp.net C# having data populated from data source,
Share
Make that a Template column and put in a label:
And then you get it in the
RowDataBoundevent of the Gridview: