I have a grid with a template column that has a checkbox in it. I have it as autopostback and am calling onCheckedChanged. In that routine I need to right out to the database that the select/deselect has changed. I can get the value of the checkbox easy. But how can I get a unique ID for the record. I am already storing the record ID in an invisible field - I just can't figure out how to access the field in the onCheckedChanged.
TIA - Jeff.
TIA - Jeff.