checkedlistbox control in a winform
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a table where the fields are 'CustID' and 'CustName'. In a checkedListBox control on winforms, I want to display 'CustName', but when a user selects 'CustName', I want to get the selected 'CustName''s 'CustID', so that I can run the query on 'CustID' and display 'CustName', how can this be done. or how to add more than one column in a checkedlistbox control, which displays 'CustName' and 'CustID'. I really appreciate ur help. Thanks, abhi