G
Giggi
Hi!
I have a little problem... I have 3 pages:
users should go from page1 to page2 and then to page3
In page1 there is an arraylist, and I can access it from page2 using
the PreviousPageType directive and a public property in page1.
My problem is: how can I access the arraylist in page1 from page3?
I tried to define a public property in page2 that returns
"previouspage.arraylist" but it doesn't work.
Any idea?
Thank you in advance!!
Giggi
I have a little problem... I have 3 pages:
users should go from page1 to page2 and then to page3
In page1 there is an arraylist, and I can access it from page2 using
the PreviousPageType directive and a public property in page1.
My problem is: how can I access the arraylist in page1 from page3?
I tried to define a public property in page2 that returns
"previouspage.arraylist" but it doesn't work.
Any idea?
Thank you in advance!!
Giggi