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
Muhammad MukarramSardar
NA
74
434
linq query does not find the index of object from a particul
Feb 8 2018 12:45 AM
I have a list of student type.I want to search intended student from the student list against studentID. My code snippet is given below
int index = StudentList.FindIndex(x => x.studentID == studId);
After execution of Linq Query ,I have 200 records in the student list when it applying the searching criteria on studentList it returns me unexpected results
Reply
Answers (
1
)
How to get rid of Popup Blocker when open a popup Window ?..
Convert code from vb6.net to c#?