Esempio n. 1
0
        public ActionResult GetTalukaList(watershed_city city)
        {
            //WaterShed.WaterShedservice.Service1Client service = new WaterShed.WaterShedservice.Service1Client();
            String citylist = StateList.GetTalukaList(city.cid);

            try
            {
                return(Json(new
                {
                    msg = "success ",
                    list = citylist
                }));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }