I use the SqlCeDataAdapter to fill the table data. But after that I want to add checkboxes for users to select certain rows, then get the list of the primary keys and do certain operations. I can’t seem to figure out how to do it
I’m using windows forms (WPF) and I’m using DataGridView to display the DataTable. .NetFramework 4.0
It was as easy as adding a new Column object to the datatable.columns collection