Hi, I am using $.getJSON(url,data,callback) method.
and from url it returns a JSON object of list type (e.g. states.ToList()) so how can i read that object?
states.ToList will have records of ID, and Name,
and I want to bind it with select tag (for selection list at client page.