Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a datagrid
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00857342
Message ID:
00857352
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform