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
What is difference between ado.net and asp net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is command class in ado.net?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
How do you connect to sql server database without using sqlclient?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the role of the dataset object in ado.net?
What is the use of connection object in ado.net?
What are three methods for displaying data in a syncfusion datagrid
differences between ADO and ADO.NET
What are the 3 major types of connection objects in ado.net?
What is the difference between executequery and executenonquery?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How to enable and disable connection pooling?