|
-
Apr 5th, 2007, 07:59 PM
#1
Thread Starter
Fanatic Member
bind a datasource to a checkedListBox
How can I bind the checkedListBox to a datasource
I don't see the DataSource,DataTextField,DataValueField properties for the winform version.
I'm using express 2005 - could this be the reason ????
-
Apr 5th, 2007, 08:23 PM
#2
Re: bind a datasource to a checkedListBox
The CheckedListBox control doesn't support data-binding. You'll just have to add each item to the list yourself. Of course, you can always inherit the CheckedListBox and add the functionality yourself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|