Hi ,
I'm confused on dataset/datatable updating to datasource.
According to one view, mass updating of datasource with datatable.rowstatechanges thru
dataadapter is not professional and not to be used in real production
environment.
On the other hand, a lot of sources in internet and else talks about how
to use dataadapter/command builder/mass update/insert/delete .Almost all of
the datagridview operations are explained with dataadapter/dataset/datatable and
adapter.Update(dataset) style
I like to have opinion on this so that I can set my approach.
I can populate a gridview with dataadapter.Fill method O.K. no problem. But on updating the cells, inserting new data into cells (I don't mean creating new physical row) , and somehow deciding the rowstates without being dependent on dataset /datatable rowstateschange facility so that I can do that independently.
I like to be clarified on these issues with your help.
Thanks in advance,
snky