I have a dataset, dinamically I create a table and fill them with
data, then I add the table to the dataset, The dataset is stored in a
session variable.
Later When I access the dataset from the session variable I lost all
the changes I did...
Im using microsoft ajax,
thanks for the help.
Peter Bromberg [C# MVP] - 17 Aug 2007 02:19 GMT
If this is InProc Session that should not happen. However, it won't hurt to
assign the modified DataSet back to the same Session item to insure that it
will hold any changes you've made.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
> I have a dataset, dinamically I create a table and fill them with
> data, then I add the table to the dataset, The dataset is stored in a
[quoted text clipped - 3 lines]
> Im using microsoft ajax,
> thanks for the help.
RoFaR - 17 Aug 2007 17:51 GMT
This error only occurs in mozilla, in IE7 all the changes occur and
are stored in the dataset
All the changes I did in the dataset (session variable) only exist in
the procedure or function I did them like local variables but this is
a session variable