ASP.NET MVC Ajax Coment Add - Rebind comments section

Posted by progtick on Stack Overflow See other posts from Stack Overflow or by progtick
Published on 2010-02-09T22:40:11Z Indexed on 2010/05/24 22:41 UTC
Read the original article Hit count: 148

Filed under:

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)"

© Stack Overflow or respective owner

Related posts about asp.net-mvc