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
Set visible= false for columns after data binding .
After that you can again do visibility "true" in row_selection function from grid view .It will work!!