I have used the following code for getting the corresponding row value if a column value is “Fail”
“(DT1.Select(”[Status]=‘Fail’ “).CopyToDataTable).DefaultView.ToTable(False,“Application_URL”)”
What i need is if the status can be either “fail” or “No response”, how to restructure this VB expression for this criteria??
Thanks in advance