C
Chris Wilmot
Try
MyDataset.Tables(0).Rows.Count
Chris Wilmot
MyDataset.Tables(0).Rows.Count
Chris Wilmot
ASP.NET resources...I have the following code which loads a dataset into a datagrid:
<code>
' Obtain Link information from Links table
' and bind to the datagrid control
Dim links As New DNSite.LinksIndexDB()
' DataBind Links to DataGrid Control
DG.DataSource = links.GetLinks(CatID)
DG.DataBind()
DLLegend.DataSource = links.GetGroups
DLLegend.DataBind()
TotalLinks =
</code>
TotalLinks needs to be the number of rows of data from the dataset links.GetLinks
Can anyone tell me how I access that info?
thx
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &