Is there a way to pass a HashTable loaded with key/values to a page View in a way I can then use it via javascript/Jquery ?
Example: I have HashTable with
key = Car Model (206 XT), Value = "PEUGEOT", etc...............
So in the view I have a combo with all car models and near that, I have a textbox automatically populated with the manufacturer taken from javascript
Is there a way to do so ??
(I'm really noob in MVC 3 :()