Posted 7 September 2018, 10:15 am EST - Updated 4 October 2022, 2:14 am EST
Hi,
I have the following Situation:
C1List with Checkbox, bound to a Dataview with 2 Columns
(1st Col. = lfdNr = integer, 2nd Col. = Benutzer)
works fine, no Problem
Here is my question:
How can I retrieve the values of the 1st Col. (lfdNr) of all checked rows?
I’m able to get the quantity of the checked rows with:
C1List1.SelectedIndices.Count()
But how do I receive the values of the 1st Col with that Information )
A short VB example would be great.