string percentage = e.Row.Cells[7].Text;
I am trying to do some dynamic stuff with my GridView, so I have wired up some code to the RowDataBound event. I am trying to get the value from a particular cell, which …
I have a GridView with a DataSource (SQL Database). I want to hide a column, but still be able to access the value when I select the record. Can someone show me how to do this?
This is the column …
How does FindControl method works if I need to find any Control which is inside GridView Template, more specifically ItemTemplate?
I have a hyperlink but it is not able to find the same.
Question updated with code
GridView Code is …