Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column count of a DataTable
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00900947
Message ID:
00900948
Views:
22
This message has been marked as the solution to the initial question of the thread.
Matthew...

Try this...

int nCols = MyDataSet.Tables[0].Columns.Count;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform