Storing Dataset globally for specific users
-
Hi all, This is an urgent requirment for me..I have a page consisting of datatgrid where i have to get the data from database.and bind to it..That dataset shuld remain global as after getting there are some operations where inserting the row..adding the row and all these get happens where, again retreival from database and loading in thedataset is nota correct choice so i used the concept of state managent using sessions which is working properly but using sessions is not a gud choice and there are some situations where session timeout is not working properly ..so i want a dataset to be come global for each user instance..I made use of static declaration which is a worst choice as the users specifice dataset is getting mixed up with all..Can anyone give mea code or help to resolve this solution..i am new to .net Plz i need help
your peter