Buy Questpond's video subscriptions on
huge discount
.
Online: 3343
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ADO.NET
>
Loading ...
How to find the count of records in a dataset ?
Posted by
Bharathi Cherukuri
on 5/21/2012 | Category:
ADO.NET Interview questions
| Views: 2834 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
By using the below Code, we get the count of records in a Dataset.
DS.Tables["tabname"].Rows.Count;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How would you get ASP.NET running in Apache web se ...
Next > :
How to find the given query is optimised one or no ...
Comments or Responses
Login to post response
More Interview Questions by Bharathi Cherukuri
How to find the given query is optimised one or not ?
How do you create a permanent cookie ?
Can a .NET web application consume Java web service ?
What is the transport protocol you use to call a Web service SOAP ?
Describe the disconnected architecture of ADO.NET's data access mo ...
What is the use of the CommandBuilder class ?
What is the use of the Connection object ?
Which property is used to check whether a DataReader is closed or open ...
Latest Interview Questions
Difference between where and having clause in select statment ?
What is STRIDE ?
In ASP.NET Session Management, State Server uses which process to stor ...
If any fields/property/method is declared as static, will the data be ...
What is the significance of duration attribute of @OutputCache page di ...
A Web form that is frequently used and does not contain data that freq ...
Mention 2 advantages of Passport Authentication ?
Explain briefly, how Passport authentication works ?
More ...