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
Dharmendra Singh
NA
119
48.2k
LIst collection item not removes
Apr 27 2013 1:54 AM
Suppose I have two list likes..
List<int> list1={1,2,3,4,5};
List<int> list2={2,3,4};
now i want result in third list like..
List<int> list3={1,5};
I have use
foreach (var t in purchaseResult)
{
for (int counter = 0; counter < poRecive.Count; counter++)
{
if (t.RecNo == poRecive[counter].RecNo)
{
poRecive.Remove(t);
}
}
}
but this code not removes data....
Reply
Answers (
2
)
chat room application
When i click on one letter displays the words