Hi
I have a ASP.NET MVC 1.0 app.
I have a listbox on the page and I want to pass an array to the webpage so that javascript can use the array to do some processing depending on the item picked in the listbox.
So I thought the best way is to pass JSON data to the webpage on load.
So what is the best practice on how to do this?
Can you please give me a brief step by step process.
How do pass the array as JSON and how do I access it by index?
Appreciate someone getting me started on this.
Malcolm