public ActionResult FetchMandals(int DistrictId) { InformationServiceWrapper objservice = new InformationServiceWrapper(); return(Json(objservice.FetMandalsOfDistrct(DistrictId), JsonRequestBehavior.AllowGet)); }