Hello, I have a Datatable in my project and i am send sql string. later he is fill my datatable. How i know if they put in ther a data? I try to ask: if (dt != null) OR if (dt.Rows[0] != null) Thank you.
Hello, I have a Datatable in my project and i am send sql string. later he is fill my datatable. How i know if they put in ther a data? I try to ask: if (dt != null) OR if (dt.Rows[0] != null) Thank you.