Quantcast
Channel: ASP.NET – CodeEase.com
Viewing all articles
Browse latest Browse all 25

Ajax.BeginForm not work in ASP.NET MVC 4 and 4.5 ?

$
0
0
In newer versions of ASP.NET MVC such as 4 or 4.5, when you used Ajax.BeginForm like @using (Ajax.BeginForm("Index", "MyController”,                             new AjaxOptions()                             {                                 UpdateTargetId = "chart",                                 InsertionMode = InsertionMode.Replace,                                 HttpMethod = "post",                                 OnSuccess = "loadChart", … Continue reading

Viewing all articles
Browse latest Browse all 25

Trending Articles