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
Space Ghost
NA
45
0
using reflection to work with list of item in object
Nov 28 2010 5:27 PM
hi all,
i am fearly new to reflection but seems to go good so far. i only have a question and hope you guys can help. With the following line of code:
object oo = mInfo.Invoke(myinst, null);
the 'oo' object is populated with the results that I am after. it holds a list of poeple and each person has name, surname and age. how is it possible now to loop through the oo object(list of 'Person') and get a handle on each of their properties(name, surname and age)?
thanks,
Reply
Answers (
2
)
avoid command line
How to get the selected content from the grid-view using select option in gridview control in the detail view fields