Every example you give of manipulating data uses sqldataadapters.
Need help with a different kind of issue.
Have grid, grid is set to allow add,updates and deletes.
have dataset
dataset is bound to grid
when user is down with grid they press update button and the dataset gets passed to a function that use the db.updatedataset method
so how can i mark for deletion or add new rows to a disconnected dataset?
Hello Daryl007,
It has been a while since you have made your post, but I suppose the other community members can benefit from this answer as well.
You can see how to update the data when “DataSet” is used from the following guide - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Updating_Data_with_a_Data_Set.html
I hope that this guide will help to implement the needed functionality.