How to find the count of records in a dataset?

Answer Posted / pushpendra singh

DataSet.Tables[0].rows.count returns total rows in table.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe briefly an ADO.NET Dataset ?

543


How to load multiple tables into a dataset?

534


Where is adodb dll located?

523


What is data reader in ado.net?

494


What does executereader return?

519






How do you implement locking concept for dataset?

541


Why edit is not possible in repeater?

514


What are the types of databinding?

549


Is it possible to edit data in Repeater control?

525


What is variable view?

489


What are the ado.net connection pooling parameters?

457


Explain the difference in an abstract class and an interface?

497


How is entity framework different from ado.net?

477


How to retrieve the user id which is provided while windows authentication?

583


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

1922