I can't seem to figure this out.
I have a Grid with a GridCheckBoxColumn. It is bound to a Boolean field in a table.
I've enabled the checkbox in the ItemDataBound event.
The Grid has paging turned on.
When a user selects a checkbox, and moves to the next page. How do I get the values from the row that was checked?
I tried using the ItemEvent event and went so far as to iterate through all the items, but it only tells me the original status of the checkbox field. It doesn't tell me that the user changed a checkbox.
How do I find this? I've been reading tons of documentation, but I can't seem to find what I'm after.
Thanks
Kevin
I have a Grid with a GridCheckBoxColumn. It is bound to a Boolean field in a table.
I've enabled the checkbox in the ItemDataBound event.
The Grid has paging turned on.
When a user selects a checkbox, and moves to the next page. How do I get the values from the row that was checked?
I tried using the ItemEvent event and went so far as to iterate through all the items, but it only tells me the original status of the checkbox field. It doesn't tell me that the user changed a checkbox.
How do I find this? I've been reading tons of documentation, but I can't seem to find what I'm after.
Thanks
Kevin