Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Component One .NET Grid
Message
From
03/07/2003 13:58:25
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00804388
Message ID:
00806661
Views:
33
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();
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform