int count = ds.Tables.Count;
int totalrows = ds.Tables["tableName"].Rows.count; ie. int totalrows = ds.Tables["t1"].Rows.count;
Regards, Sunil
Thanks, Sanjay
Himanshu Manjarawala Sr. Software Engineer@AutomationAnywhere http://fieredotnet.wordpress.com/
Login to post response