T
Tony Johansson
Hello!
Here I search for the string No action but how to a write it if I want to
search for any text
I have tried to use string.format but didn' find any that was working
string s = ds.Tables[0].Select("Status Like 'No
action'")[0]["SId"].ToString();
//Tony
Here I search for the string No action but how to a write it if I want to
search for any text
I have tried to use string.format but didn' find any that was working
string s = ds.Tables[0].Select("Status Like 'No
action'")[0]["SId"].ToString();
//Tony