I have some really complex ASP .NET MVC 3 page where I need to create multilevel hierarchy data.
(This data also includes download file names.)
Is there any best way to keep temp data for multiple AJAX requests in ASP .NET MVC 3 within 1 page?
Thank you!!!