In this video I will demonstrate how to access invisible columns inside the GridView control.

Sometimes you need to hide the sensitive information displayed in the GridView control. You can always use the DataKeys to hide the primary key but what about other data which is not the primary key? How can you hide that data and after hiding how can you access it again without making it visible to the user.

In this video I will demonstrate how to access invisible columns inside the GridView control.



Download the code