Hi I have a dataset, with a table in it binded to a datagrid. I can add, modify and delete rows in the datagrid and can update the dataset with those changes. I need to maintain the dataset across postbacks. Right now, I am using viewstate to save the dataset
after calling dataset.writexml ( or something similar). So far good. But during the update to the datasource, I can't maintain the datarow state. I hope this is not possible when using viewstate. Is using Session variable the only means? Also, should I store
dataadopter along with the dataset in the session? Please help. Thanks in advance.
satish_appas...
Member
62 Points
15 Posts
Ideal method for persistance of a Dataset?
Sep 02, 2003 05:31 PM|LINK
Hyderabad, India