Search:
Namespaces
Discussions
.NET v1.1
Feedback
Data Set Version of RS.RecordCount
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngbeta' list
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
AugustWind@aol.com (VIP)
In the Data Set/Binding of Datagrid - what is the ASP.Net equivalent of RS.Recordcount?
Reply to this message...
Remas Wojciechowski
The
DataSet
object can contain multiple old-style recordset objects so
it's not the right level of abstraction to look at. You will probably
want to look at
DataTable
.Rows.Count.
If it's the
DataGrid
you want to examine, then use
DataGrid
.Items.Count
(I'm not 100% sure the Items collection contains only rows--can't test
it right now).
hth,
Remas
http://www.aspalliance.com/remas/
---
Click here to reveal e-mail address
wrote:
[Original message clipped]
=====
Remas Wojciechowski
http://www.aspalliance.com/remas/
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
Reply to this message...
System.Data.DataSet
System.Data.DataTable
System.Web.UI.WebControls.DataGrid
System.Windows.Forms.DataGrid
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com