How to find the count of records in a dataset?

Submitted by: Administrator
DS.Tables["tabname"].Rows.Count;

we can get count of the records.
Submitted by: Administrator

Read Online ADO.NET Job Interview Questions And Answers