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
What is namespace in ado.net?
How to maintain the relation between two tables in ADO.NET?
What is connection string?
What is difference between connected and disconnected architecture in ado.net?
Which is faster datareader or dataadapter?
What is the difference between Dataset. clone and Dataset.copy?
Do we use stored procedure in ADO.Net?
What are the 3 major types of connection objects in ado.net?
Why edit is not possible in repeater?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the difference between SqlCommand and SqlCommandBuilder?
What are three methods for displaying data in a syncfusion datagrid
What is command class in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?