G
Guest
Hi
lstRight contains the following item "Bart " and
myTempDataRow["M_Name"].ToString() returns "Bart "
with more spaces, so the
lstRight.Items.Contains(myTempDataRow["M_Name"].ToString()); is returning
false; so how can I fix this space problem?
Thanks
lstRight contains the following item "Bart " and
myTempDataRow["M_Name"].ToString() returns "Bart "
with more spaces, so the
lstRight.Items.Contains(myTempDataRow["M_Name"].ToString()); is returning
false; so how can I fix this space problem?
Thanks