use VS 2013, I have a table that should show the data of a form, but it shows undefined
HomeController
[HttpPost]
public ActionResult AddUser(string UserName, string Email, string Password)
{
var user = new UserModel();...
asked by
23.06.2018 / 22:12