In this article I will talk about creating WCF RESTful services for CRUD operations that uses JSON and DataContracts. CRUD operations are done by http verbs GET, POST, PUT, and DELETE.
This article shows you how to add values of JSONResult to cascading DropDownList. For this I will be using jQuery.Ajax request which will call Controller action method which return JSON object.
This article shows how you can populate MVC Listbox using jQuery and JSONResult. It uses static values and also shows with model values which can use database values.