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
Jay S
NA
230
59.4k
Import/Export Generic List Objects
May 7 2013 11:42 AM
I have a number of list (objects?).
For example:
private System.Collections.Generic.List<Person> Person;
this.People = new System.Collections.Generic.List<Person>();
What I'd like to do is somehow export these lists out..don't mind what format..flatfile..whatever..
And then be able to import them in "recreating" the list (object?)
Any direction would be appriciated.
Thanks,
Reply
Answers (
29
)
populate my controls in the Page load
C# using linq statement