Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying data to a user...
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00685300
Message ID:
00685306
Views:
8
>I have been studying the various examples on the internet of simple basic ASP, and I have to ask... What is the simplest way to present a recordset to a user in a view-only table or grid?

this.DataGrid1.DataSource = MyDataSet ;
this.DataGrid1.DataBind() ;
Chris
Previous
Reply
Map
View

Click here to load this message in the networking platform