Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Meta Data within a DataSet?
Message
From
11/08/2003 15:33:52
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00818331
Message ID:
00819110
Views:
20
Anytime. Glad it worked.
---J

>Thanks Jason.
>
>>Stephen,
>>
>>Are you saying you're trying to populate a ComboBox's values with the names of columns from a given DataTable?
>>
>>If so, how about:
>>
>>
>>
>>foreach (DataColumn dc in YourDataTable.Columns)
>>{
>>   YourCombo.Items.Add(dc.ColumnName);
>>}
>>
>>
>>---J
Previous
Reply
Map
View

Click here to load this message in the networking platform