M
Mike Wilson
I have a heirarchical set of data that I need to read into a DataGrid. I'm
using SQL in the TableAdapter portion of the main table in the DataSet to
retrieve a set of rows which I bind to my DataGrid.
Should I bind a DataSet or a DataTable to the DataGrid? Which is the best
design choice, given the grid needs to be able to be edited and for the
changes to propogate to all the tables.
Thanks in advance for the n00bish question, I will get the hang of ADO.NET
eventually and might one day be helping you guys out
Thanks,
Mike
using SQL in the TableAdapter portion of the main table in the DataSet to
retrieve a set of rows which I bind to my DataGrid.
Should I bind a DataSet or a DataTable to the DataGrid? Which is the best
design choice, given the grid needs to be able to be edited and for the
changes to propogate to all the tables.
Thanks in advance for the n00bish question, I will get the hang of ADO.NET
eventually and might one day be helping you guys out
Thanks,
Mike