ASP.NET MVC Ajax Coment Add - Rebind comments section
- by progtick
I am using Ajax.BeginForm to post comment.
How should I update the Comments section area to incorporate this new comment?
I am displaying comments on the page using the typical "foreach(Comment comment in Model.Comments)"