Hello Friends,
I have one question which arise in my mind so I need all your help.
In recent my project, There is a one requirement to access dataset value from one page to other page. As I know there are state level scenario for implement this thing but I do not want to use session, viewstate, cache or cookie. So please advice me how can I do this thing in my project.
Thanks in advance.
Loading
Kirtan PatelPosted Oct 1, 2009, 10:54 AM
If you don't want to use Sessions , View states then only one way is there
Create one intermediate table in database that will transfer dataset data to another page .
When you want to transfer data
Just Delete Previous Content of That Temp table in database using "delete from tablename "
Insert new data from dataset(Table) Into that Temp table and
Show that content of Temp table in Another page :)
Hope it will Help you to get
Still not getting i will help you :)
Kinjal ShahPosted Oct 1, 2009, 9:03 AM
First of all thanks for reply me.
Sorry but need to track of the dataset which holds table more record value. Any hope???
Please reply if any other solutions.
Roei BarPosted Sep 30, 2009, 3:11 PM