I am pleased with what the RenderAction () function does. However, I would like to ajaxify load and store data in a partially processed action, so that everything happens on one page.
Imagine the following case: I have an idea of ββthe details of the article, where there is a link "Add a comment" below the contents of the article. When he clicks, a comment form will appear below the contents of the message. The user should be able to fill out the comment field and send data without updating the entire view, only partially processed action. Also, the view should contain several comments to be added to one session (several AJAX calls for RenderAction ());
What is the best way to achieve this?
xantrus
source share