How to store array in session in asp.net mvc?

Posted by mary on Stack Overflow See other posts from Stack Overflow or by mary
Published on 2010-03-12T08:37:42Z Indexed on 2010/03/12 8:47 UTC
Read the original article Hit count: 132

Filed under:
|

Can you please tell me how to store an array in session and how to retrieve that array from session? I am trying to store one array of type Double and assigning values of the same type but it is showing me an error so please can anyone tell me how to assign values to the array which is in session?

Thank You

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc