 |
FAQ: How to Get Hidden Column values in GridView
Running the codes above will give you an empty value when you select a row in the GridView. Why? This is because, for security reasons BoundField columns with Visibility set to FALSE will not be rendered the page and thus we cannot directly get the value
geekswithblogs.net |
 |