Hi,
I have one asp.net application, and now i am using dataset for data manipulation. recently i started to convert this dataset to List collection. But, in some places i can't work. One is that in my old version i am using datarow[] drow = dataset.datatable.select(searchcriteria)
. But in List collection there is no method available for finding particular values. Is there any way to select some values according with my search criteria? If Possible. Please help me..
Thanks in advance...