G
Guest
I have the following:
User bllCANs = new User();
IList CANlist = bllCANs.GetListofUsers();
This will return a set of data with about 9 fields per row. I want to
search through this IList to find a particular value. For example, one of
the fields is LastName. I want to search to see if a particular last name is
in this IList. I was trying IndexOf, but I just can't get the exact syntax
of exactly how to call it. Any suggestions?
User bllCANs = new User();
IList CANlist = bllCANs.GetListofUsers();
This will return a set of data with about 9 fields per row. I want to
search through this IList to find a particular value. For example, one of
the fields is LastName. I want to search to see if a particular last name is
in this IList. I was trying IndexOf, but I just can't get the exact syntax
of exactly how to call it. Any suggestions?