T
touf
Hi,
I've a chechked listBox bound to a datasource like this
Me.lstFournisseurs.DataSource = myTable
Me.lstFournisseurs.DisplayMember = "nom"
Me.lstFournisseurs.ValueMember = "code"
H
I like to know the code of a checked item (the first one for example) , how
can I have it.
I've tested the selectedValue property but it gives the code of the selected
item not the checked one.
Thanks.
I've a chechked listBox bound to a datasource like this
Me.lstFournisseurs.DataSource = myTable
Me.lstFournisseurs.DisplayMember = "nom"
Me.lstFournisseurs.ValueMember = "code"
H
I like to know the code of a checked item (the first one for example) , how
can I have it.
I've tested the selectedValue property but it gives the code of the selected
item not the checked one.
Thanks.