Hi,
I have a simple form and within I'm using Html.DisplayFor()
method to show some values. There is a submit button also within the form, which is triggering an update.
The question is how to "refresh" the Display method(using AJAX). The particular action method must return a ActionResult
. I see the only solution in putting the display method in a partial view or is there any other option ?