hidden column in a checkedListBox control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, My question is : I have a checkedListBox control in a WinForm, where I am displaying 'siteName' column from a table and the checkedListBox is being populated by siteName, but when forming a dynamic query, I want to form a query by 'siteID' not the sitename. How do i make a hidden column in a checkedListBox, where it selects, 'siteID' and should display 'siteName' on the checkedListBox control. I appreciate your help. Thanx abhi