Asp.net – What are the GridView OnDataBound and OnPreRender events used/good for?
For context read on but, ultimately, is it possible/(and how) to update (remove/hide a column) a GridView in the OnDataBound() or OnPreRender() events? I query data from a database and display it on a gridview. I'm using the OnRowDataBound event…