Get row item Check

Hello Team,
I’m using Get row item,but before getting the item i want to check whether the item contains particular string…Please guide

and increment the count if string found

you can check like row(0).ToString.Contains(“YourSearchString”)

getting error// Value type boolean cannot be converted to System.Data.Datarow

use if condition and paste that above condition !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.