Skip to content
Loading
Show the details of a particular column in bootstrap modal    
  •                    
  •                
  •            
    1. public ActionResult LoadData()    
    2. {                          
    3.     using (DHIFeedbackEntities2 Ms = new DHIFeedbackEntities2())    
    4.      {               
    5.          var feedbacklist = Ms.FeedBacks.ToList();    
    6.          return Json(new { data = feedbacklist }, JsonRequestBehavior.AllowGet);    
    7.      }   
    8. }

    1 Reply

    Know the answer? Post it — somebody with the same question will find it here.