hitechboy78737
Programmer
Perhaps I don't understand the procedure, but I can't seem to get a dataTable to bind to a datagrid.
After binding the datatable to the dataSource property of the grid, how do the cols/rows map to the data?
When I bind a table, I get no display- only the blank grid
ex.
This gives me an empty grid... what am I missing here?
Thanks
Kevin Howell
Briefcase of Talent
Austin, Texas
After binding the datatable to the dataSource property of the grid, how do the cols/rows map to the data?
When I bind a table, I get no display- only the blank grid
ex.
Code:
datagrid.dataSource = dataTable
This gives me an empty grid... what am I missing here?
Thanks
Kevin Howell
Briefcase of Talent
Austin, Texas