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
Desi Gal
NA
35
0
Except issues with List Object
Mar 23 2011 11:25 AM
I have two lists:
List< object > totalkeys = GridView.GetCurrentPageRowValues("StudentId", "CourseId");
List< object > selectedkeys = GridView.GetSelectedFieldValues("StudentId", "CourseId");
I have two lists one with the total keys and the other list with selected keys.
I want to have a third list with unselected keys.
So I am trying to use this piece of code without any success.
List < object > unselectedkeys = totalkeys.Except(selectedkeys);
Am I missing anything?
Any other suggestions ?
Thanks
Reply
Answers (
9
)
Get name Port when the driver connected
pop-up window in Gridview