I have a web form that binds a DataGrid to a regular data source with every postback. I have a static CheckBox column that is always present to the left of auto-generated columns. I get the TabControl effect with a horizontal menu control above the grid, with each menu item being a tab containing a different grid.
Now I would like to save the state of these flags for a specific tab when another tab is selected. I would welcome any creative solution for this without using session variables.
Profk source
share