Checkbox in a DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi folks,

I have a column in a DataGrid that is for checkboxes.

I want to click on a checkbox and have that event post that the checkbox is
now checked so that if I refresh the screen or revisit the page later, I will
still see the checkbox checked.

I am trying to use the CheckChanged event handler for a Checkbox without
much success.
 
Back
Top