Refresh values using Ajax.BeginForm() in partial view
howto refresh the values after valling ajax.beginform()
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sasi ReddyPosted Dec 3, 2013, 6:15 AM
function OnSuccess(response)
{ window.location.reload();
alert("Saved Sucessfullly");
}
Sanjay KumarPosted Dec 3, 2013, 5:16 AM
http://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/ajax-actionlink-and-html-actionlink-in-mvc/
http://stackoverflow.com/questions/13631786/updating-the-whole-page-with-an-ajax-actionlink
http://forums.asp.net/t/1653828.aspx
http://www.mindstick.com/Articles/74634c5e-1c0b-4cba-b7a9-198a99551fac/?Auto%20Refresh%20Partial%20View%20in%20ASP%20NET%20MVC
Sasi ReddyPosted Dec 3, 2013, 5:11 AM
Sanjay KumarPosted Dec 3, 2013, 5:00 AM
try this
http://stackoverflow.com/questions/16014129/partial-view-refreshes-after-jquery-ajax-post
http://www.c-sharpcorner.com/UploadFile/2b481f/auto-refresh-partial-view-in-Asp-Net-web-api/
http://www.itorian.com/2012/10/partial-view-in-mvc.html
http://www.c-sharpcorner.com/UploadFile/3d39b4/working-with-html-beginform-and-ajax-beginform-in-mvc-3/