Assigning a MVC Controller property from Asp.Net page
- by JasonMHirst
I don't know if I've understanding MVC correctly if my question makes no sense, but I'm trying to understand the following:
I have some code on a controller that returns JSON data.
The JSON data is populated based on a choice from a dropdown box on an Asp.Net page.
I thought (incorrectly) that Session variables would be shared between the Asp.Net…