NoCoolHandle
Programmer
Hi,
I have a dataset that is created dynamically (not based on a SQL table) that is used to populate a datagrid.
When a grid is bound to a dataset from a dataadapter that is based on a database "select statement" that also has an "update" and "delete" method, then the grid allows edit and delete.
Is it possible to get the same behavior without a db connection?
TIA
Rob
I have a dataset that is created dynamically (not based on a SQL table) that is used to populate a datagrid.
When a grid is bound to a dataset from a dataadapter that is based on a database "select statement" that also has an "update" and "delete" method, then the grid allows edit and delete.
Is it possible to get the same behavior without a db connection?
TIA
Rob