N
Nikhil Patel
Hi all,
I am using DataSet to store Sql Server Data in my ASP.Net application and
use it in several .aspx forms by saving it in Cache. In one of the forms, I
need to filter one of the tables in DataSet and display the result in an
Editable grid. I do this by creating a DataView by filtering the table in
the DataSet. The problem is saving the data from DataView back to the table
in DataSet. Do I need to loop through each row and see what changes have
been made or there is an easier way?
Thanks.
I am using DataSet to store Sql Server Data in my ASP.Net application and
use it in several .aspx forms by saving it in Cache. In one of the forms, I
need to filter one of the tables in DataSet and display the result in an
Editable grid. I do this by creating a DataView by filtering the table in
the DataSet. The problem is saving the data from DataView back to the table
in DataSet. Do I need to loop through each row and see what changes have
been made or there is an easier way?
Thanks.