Ajax - .
Ajax. , actionlink:
<%= Ajax.ActionLink("LinkText", "ActionName", "ControllerName",
new { id = Model.ID },
new AjaxOptions() { UpdateTargetId = "DIV_ID" })%>
( ajax ), , , , create/edit.
using( Ajax.BeginForm("ActionName", new { id = Model.ID }, new AjaxOptions() {
UpdateTargetId = "DIVToUpdateOnYourMainPage" }) )
- Ajax, DIV , ajax, , (DB) .
.