Finding the person whose SSN = 203456876 in the list"
foreach (DataRow o in dt.Select("SSN = '203456876'"))
{
}
string str = "asfdsfds";
How to use str instead ''203456876'?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gajendra JangidPosted Jun 2, 2019, 11:42 PM
Jignesh KumarPosted Jun 2, 2019, 11:27 PM
Vivek KumarPosted Jun 2, 2019, 1:11 PM
Rajanikant HawaldarPosted May 31, 2019, 2:22 AM