Passing data between asp.net pages

Posted by user204588 on Stack Overflow See other posts from Stack Overflow or by user204588
Published on 2010-04-14T18:26:47Z Indexed on 2010/04/14 18:33 UTC
Read the original article Hit count: 152

Filed under:
|

Hello,

I'm wondering the opinion of what is the best way to pass a lot of values between pages. I was thinking of either saving the values to a database, using context.Items[], or Session[]. I'm not sure about what is the best method. I'm passing probably around 40 variables.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about parameter-passing