R
ruthie
Hi,
I created a generics list:
List<FileView> updatedfilesArr =
(List<FileView>)DataListFiles.DataSource;
and I would like to find an item in the list according to a given
index of the item in the list.
Is there a simple way to achieve it ?
Thanks so much.
Ruthie.
I created a generics list:
List<FileView> updatedfilesArr =
(List<FileView>)DataListFiles.DataSource;
and I would like to find an item in the list according to a given
index of the item in the list.
Is there a simple way to achieve it ?
Thanks so much.
Ruthie.