Code: dt.Select(“Username LIKE '”+username+“’ AND Description like ‘Unsuccessful attempt to login by user’ OR ‘User Limit Reached’”).copytodatatable
I want to select rows that contains these values: ‘Unsuccessful attempt to login by user’, ‘User Limit Reached’’
My code has no error but it doesn’t work. Is there a way?
Thank you xoxo