Basically I want to have a check box in a grid that works as selection and want sorting not to clear the selection.
Then I want to be able to do a foreach through the grid and determine what things are selected when a postback is caused by something else.
Someone directing me towards the help that shows how to maintain selection during sort. I like the clientside but can't figure out how to get to that info on postback in the codebehind. Is this possible?
The other option is to do it the server side way but that uses two buttons that say Select and Unselect and i need to use a checkbox.
So I am not too particular on which way to do it but is either possible and how.
Thanks
Then I want to be able to do a foreach through the grid and determine what things are selected when a postback is caused by something else.
Someone directing me towards the help that shows how to maintain selection during sort. I like the clientside but can't figure out how to get to that info on postback in the codebehind. Is this possible?
The other option is to do it the server side way but that uses two buttons that say Select and Unselect and i need to use a checkbox.
So I am not too particular on which way to do it but is either possible and how.
Thanks