Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scanning datasets
Message
From
10/10/2003 22:04:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Scanning datasets
Miscellaneous
Thread ID:
00837751
Message ID:
00837751
Views:
83
From an ASP.NET page, I am connecting to a Web Service, reading an XML string from a method call and converting that into a DataSet. To display the data, I don't want to bind that into a grid as we need to list that into a specific format. I've been trying to find examples on how to scan thru a dataset and display the data on the page. The only thing I found is a bunch of examples about binding a DataSet into a DataGrid. How can I scan thru the records and display that into a list such as:
Dim loData As DataSet
loData = New DataSet

ImportXML(loData, lcXML)

' Scan loData
   Response.Write('<P>')
'   Response.Write(loData.Record.FirstName)
' EndScan loData
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform