ASP.Net Getting null value on submit in ActionResult
I have created a controller and an edit page. The page should allow the user to update a subscription and save. Everything loads fine but when I submit the page the value is always null. [HttpPost] public ActionResult Edit(ReportSubscription reportSubscription)…