Hi All,
I Have Data table which is Master Data table which supposed to have values which i want to have in other data table (Input Data Table). So i tried putting each row and check if a row value contains another value it is not working and also converted the master data table into a string value and have put a condition if the input row value has value containing the master data table string
For example : (row(44).ToString.Trim.ToUpper.Contains(StrMasterDetails.ToString.Trim.ToUpper)) and like
DtMasterData.Columns(0).ColumnName.ToString.Contains(tr) tr is my for each input row value
But it is only returning the value exactly matching with the row value from input value. But i need to match for each value with the one of the column in Master Data Table if it contains then need to add a row