You can use DataSet Like this -. Controller Action - public ActionResult Index() { DataSet ds = new DataSet(); DataTable dt = new DataTable("Marks"); dt.
確定! 回上一頁