I would like to edit a row in a dataset but not sure why do not get the .BeginEdit in the intellisense.
This is what I have already:
DataRow row = oDS._TRCLNT01.Rows[rowNum];
row.
Thanks
I would like to edit a row in a dataset but not sure why do not get the .BeginEdit in the intellisense.
This is what I have already:
DataRow row = oDS._TRCLNT01.Rows[rowNum];
row.
Thanks
datarow edit
saihari
Kofoed
coloradowebdev
Hi
If whenever you think ur intilisence is not working properly then Build all the linked project, or ReBuild All. Some time you have to close VS IDE for getting better.
Thanks