G
Guest
Based on wether a row is selected in a GridView I need to HIDE the last two
columns of a gridview. I do NOT need to make the cells invisible I want to
hide the entire column.
When I set the Visible property on the columns it causes the underlying
ObjectDataSource to re-issue the Select statement.
How can I hide these columns without double clutching the ODS Select?
columns of a gridview. I do NOT need to make the cells invisible I want to
hide the entire column.
When I set the Visible property on the columns it causes the underlying
ObjectDataSource to re-issue the Select statement.
How can I hide these columns without double clutching the ODS Select?