|
Subject:
|
Transferring Objects from one page to other page.
|
|
Posted By:
|
g_vamsi_krish
|
Post Date:
|
1/31/2006 6:26:43 AM
|
hai,
i have a datagrid with a list of hyperlinks. When a user selects one of the link. It goes to the other page which shows the details of the product. The problem is " I want to transfer a IDcollection which contains a huge list of id's which are used in that page". how can i transfer this collection list from one page to other page. I have no chance of using server.Transfer.
can any one help me. This is strucked up with this problem from a long time.
Thanks in advance.
vamsi
|
|
Reply By:
|
jbenson001
|
Reply Date:
|
1/31/2006 2:54:59 PM
|
Use a session variable.
|
|
Reply By:
|
g_vamsi_krish
|
Reply Date:
|
2/1/2006 3:04:29 AM
|
At present i am using session variable. But the size of the Id collection is more. It can contains more than 1 lackh records. Weather that can consume all server memory. and there is a chance of collapsing server. So, i trying to find some other way which is not not going to be burden to the system.
thnaks vamsi.
vamsi
|
|
Reply By:
|
saulodet
|
Reply Date:
|
8/31/2006 11:15:01 AM
|
Hi
Check this address, it may be helpful
Regards
http://aspnet.4guysfromrolla.com/articles/050802-1.aspx
|