Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a datagrid
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00857342
Message ID:
00857352
Views:
21
>Using the Northwind database, I'm trying to display the order records associated with the employee currently being displayed. For the first employee, EmployeeID=1, I should get 123 records.
>
>I'm still stuck on something...pardon me for being a newbie to VB... I followed an example from microsoft. The example worked. I tried doing what I saw in their example but I'm still missing something.
>
>According to the debugger, my dataset that I've associcated with my datagrid, has 123 records in it. However all I'm seeing in my datagrid are the column headings for the orders table.
>
>Any idea what I'm missing?
>TIA,
>Rick


Rick;

in the load using VB
DataGrid1.DataSource = DataSet1.Tables("Products").DefaultView
DataGrid1.DataBind()
Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform