Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGridView Binding
Message
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01215697
Message ID:
01215822
Views:
20
On it's way



>Is this a big app or a small one. I wouldnt mind taking a look at the code if its simple to install and run here.
>
>>Yes
>>
>>
>>
>>>Dumb question... this is a winforms app correct ?
>>>>I have done nothing to it. Just dragged it onto the form
>>>>
>>>>
>>>>>have you set any properties on the grid or is this just a default data grid added to a form ?
>>>>>>I have a DataGridView control on a form.
>>>>>>
>>>>>>I know my data set has data because:
>>>>>>
>>>>>>
>>>>>>iRowCount = oDataSet.Tables["MyData"].Rows.Count;
>>>>>>
>>>>>>
>>>>>>iRowCount = 7
>>>>>>
>>>>>>Buw when I do:
>>>>>>
>>>>>>
>>>>>>grdData.DataSource = oDataSet.Tables["MyData"];
>>>>>>
>>>>>>
>>>>>>I see the column names, but no records.
>>>>>>
>>>>>>What gives?
>>>>>>
>>>>>>Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform