G
Guest
I would like to pass around data between aspx pages. I understand Session
vars should be minimized and may not scale without extra work. I thnk my
options are:
- Server.transfer
-Response.redirect
-Session variable
-POST or Get with a form
-new postback to others page in v2
-Hidden field?
Can someone give me a link or an idea what the best way to pass around data
is and the tradeoffs?
vars should be minimized and may not scale without extra work. I thnk my
options are:
- Server.transfer
-Response.redirect
-Session variable
-POST or Get with a form
-new postback to others page in v2
-Hidden field?
Can someone give me a link or an idea what the best way to pass around data
is and the tradeoffs?