Link to home
Start Free TrialLog in
Avatar of Micki-Weaver
Micki-Weaver

asked on

dataGridView demo

can I get a demo on how to load a DataGridView  (note not dataGrid)

so far:
1. make dataSet
2. make dataTable - connect to dataSet
3. make dataColumn - connect to dataTable
4. make dataRows - connect to dataTable
5. make the dataSet the DataGridView.DataSource

thanks
Avatar of Priest04
Priest04
Flag of Serbia image

Do you mean that you want to create dataset, datatable and datacolumn manually through code, and also add data manually through code (do not want to pull data from database?

Goran
Avatar of Micki-Weaver
Micki-Weaver

ASKER

correct, all by hand, I may even do the dataGridView by hand but I can do that.
ASKER CERTIFIED SOLUTION
Avatar of Priest04
Priest04
Flag of Serbia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks that works
You are welcome

Goran