Answer Posted / jagadish
DS.Tables["tabname"].Rows.Count;
we can get count of the records.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is ado.net an orm?
Which object needs to be closed?
How to enable and disable connection pooling?
What is the usage of the dataset object in ado.net?
What is ambient transaction?
Is entity framework better than ado.net?
What is ado.net in mvc?
What is datatable in ado.net?
What are the difference between readonly vs. Const?
What are the uses of Stored Procedure?
What are all the different authentication techniques used to connect to MS SQL Server?
List all the steps in order, to access a database through ado.net?
What is a datagridview?
What is difference in record set and dataset?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?