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. How do I assign values to the array which is in session?
I am using ASP.NET MVC.