¡@

Home 

2014/10/16 ¤W¤È 12:04:43

jquery Programming Glossary: list.add

ASP.NET MVC JsonResult return 500

http://stackoverflow.com/questions/3113952/asp-net-mvc-jsonresult-return-500

return 500 I have this controller method public JsonResult List int number var list new Dictionary int string list.Add 1 one list.Add 2 two list.Add 3 three var q from h in list where h.Key number select new key h.Key value h.Value.. I have this controller method public JsonResult List int number var list new Dictionary int string list.Add 1 one list.Add 2 two list.Add 3 three var q from h in list where h.Key number select new key h.Key value h.Value return Json list.. method public JsonResult List int number var list new Dictionary int string list.Add 1 one list.Add 2 two list.Add 3 three var q from h in list where h.Key number select new key h.Key value h.Value return Json list On the client..