adding comments like facebook with ASP.NET
        Posted  
        
            by AZIRAR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AZIRAR
        
        
        
        Published on 2010-06-09T21:13:05Z
        Indexed on 
            2010/06/09
            21:32 UTC
        
        
        Read the original article
        Hit count: 347
        
Hey,
I'm developing an blog using ASP.NET, and I want that the user can be able to add comments.
So I want to implement the idea of facebook on adding comments.
The comment will be stored in the database, so I will be able to load it with the page if the user goes to another web page.
You have any idea how can I do this thing ( Ajax, Javascript, jQuery, Ajax Toolkit ) ?
© Stack Overflow or respective owner