In sql i have a table called PFMembers that keeps members of a provident fund and their ids, eg a table with name Bob with User ID 1 and Lisa with ID 2 say the next month i am supplied a list that contains same list of members (in my PFMembers) plus additional new members eg Rich with user ID 3 which are not registered in my PFMember table , (due to size of the list i may not know these new names). in my c# program, i have two gridviews, one will display the upload from excel which will contain both members registered in my PFMember and the new additional members (Bob,Lisa,Rich), my question is i want to display in the 2nd gridview those new additional members (Rich). (this new members are no where in an sql table but just displayed in a gridview)