in my sample application, I wanted to check whether a DataTable is empty or not. How can I achieve that?
Hi, this can be achieved through this easy command
datatable.Rows.Count = 0