TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
email
NA
1
0
making an object that "is" an arrayList have an IList interface
Aug 15 2004 8:33 PM
I have an object that just holds an arrayList of other objects and some methods to operate on it. What I want to do is basically fill a listBox with the the values of a member string of the objects contained in the arrayList object. so I say listBox.DataSource = "arrayListObject"; listBox.DisplayMember = "memberString"; I get a runtime exception though that states that my arrayListObject doesn't have an IList interface, so it can't serve as a DataSource for the listBox.
Reply
Answers (
1
)
datagrid scorller --- help meeee :-)))
What is Direct X with C#