Hi, this is my question:
I've a stored procedure in a sql server.
I can display the rows in a datagridview passing through a datatable that load the corresponding datareader.
All I need is to enable cells editing.
I nkow that the DT has the readonly property setted on true (datasource is a stored procedure not a table).
I want manually save changes, I don't need binding.
(maybe converting Datarows in another list ?)
Any suggestion appreciated,
Many thanks
I've a stored procedure in a sql server.
I can display the rows in a datagridview passing through a datatable that load the corresponding datareader.
All I need is to enable cells editing.
I nkow that the DT has the readonly property setted on true (datasource is a stored procedure not a table).
I want manually save changes, I don't need binding.
(maybe converting Datarows in another list ?)
Any suggestion appreciated,
Many thanks