P
pargat.singh
Hi Everyone:
I am using ArrayList to store my objects. Currently i am using
session to store this arraylist and when i open showModalDialog [second
page] i reterive this value from session and assign to GridView like
ArrayList list = (ArrayList)Session["values"];
I no longer can use the session. Can someone please tell me how can i
take this object from page to page.
Thanks in advance.
Pargat
I am using ArrayList to store my objects. Currently i am using
session to store this arraylist and when i open showModalDialog [second
page] i reterive this value from session and assign to GridView like
ArrayList list = (ArrayList)Session["values"];
I no longer can use the session. Can someone please tell me how can i
take this object from page to page.
Thanks in advance.
Pargat