Need to update the check box value to db table when i click the checkbox() without post back in MVC2

后端 未结 3 1146
萌比男神i
萌比男神i 2021-01-27 06:40



3条回答
  •  情深已故
    2021-01-27 07:07

    " />

    in controller

    public ActionResult(string value) { return View();

    } it is help you

提交回复
热议问题