How about this expression ?
dt.AsEnumerable.Where(Function(r) r("Price").ToString ="").ToList.ForEach(
Sub(r)
r("Price")=r("10").ToString
End Sub
)
Regards
Gokul
How about this expression ?
dt.AsEnumerable.Where(Function(r) r("Price").ToString ="").ToList.ForEach(
Sub(r)
r("Price")=r("10").ToString
End Sub
)
Regards
Gokul