alternative solution for session
Hi,
all i have project with many session variables which contains data for accessing on next page but when i refresh the page(next one) then all the session data get flush so i have to use another thing to get the last page data to the next page how do i do
without using sever.redirect and view state, cookie,
query string is there any thing like class
Kirtan PatelPosted Oct 30, 2009, 10:56 AM
session can send Objects that i not possible by other way..
as you want to pass Datatable use database
Insert the datatable data to Database's temporary table and Retrieve it to another page from DataBase:)
but Session is Better way than this according to me :)
if it helps you check "Do you like this answer"
umesh rakhePosted Oct 30, 2009, 8:32 AM
naura paxPosted Oct 29, 2009, 3:39 AM
you can also use other techniques like querystring eg:
umesh rakhePosted Oct 29, 2009, 2:48 AM
prasad kPosted Oct 27, 2009, 11:08 AM