Im sending a list from my controller class to my View which contain a list of values of type long. Now i want to traverse on that list in jquery to be able to view these values and perform my next operation. Im using Asp.net mvc and jquery. how to convert it so i can access each value?
Share
You could use the JavaScriptSerializer class to turn the model property which is an array into a javascript array: