Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Component One .NET Grid
Message
De
03/07/2003 13:58:25
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00804388
Message ID:
00806661
Vues:
32
Stephen,

Any idea why the C1TrueDBGrid does not populate data with the code below.

string [] str_TableNames = {"Ax.dbo.Series"};
DBRef = new GenerateDataSet();
dsTest = DBRef.GetDataSet(str_TableNames);
C1Grid.DataSource = dsTest;
C1Grid.DataMember = dsTest.Tables[0].TableName.ToString();
C1Grid.Rebind();
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform