I have two listboxes with dataTable datasources. the first datatable is filled from a database. the other datatable is filled when a player in the first datatable is selected and a "move" button is clicked. this move button moves the datarow from datatable one to datatable two. players can also be moved back to datatable one if a mistake was made or they didn't end up playing.
Datatable one has 4 columns. PlayerId, shortname, fullname and currentplayer.
When the main form is loaded, I have datatable one populated with DataRows there the currentplayer value is equal to true. I also have a chkbox on the for that i want to be able to display all player irrelevant of currentplayer value.
is there a way to get a filter working.