Hello, I have a Question
- I want a filter where status is null I want to read the data for Filtering I Use LINQ
- After that I want to update that row Sucess
Hear the problem is I can filter that data using LINQ (dt1.AsEnumerable.Where(Function(r) String.IsNullOrWhiteSpace(r("Status").ToString.Trim)).CopyToDataTable)
But how to Update that status success
Thanks
Chethan P