V
VS_NET_DEV
Hi All,
There two ways of passing values between pages -
1) Context.Items.Add
2) Context.Handler (cast the page1 class etc)
I know for sure #2 does not store the values between requests.
How about #1. Does it store values between requests? i.e.
The Context.Items. collection
A)Is it like the Session variables?
OR
B) is it valid only for the duration of the request?
Thanks
Jenny2
There two ways of passing values between pages -
1) Context.Items.Add
2) Context.Handler (cast the page1 class etc)
I know for sure #2 does not store the values between requests.
How about #1. Does it store values between requests? i.e.
The Context.Items. collection
A)Is it like the Session variables?
OR
B) is it valid only for the duration of the request?
Thanks
Jenny2