Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Database Design and Application Architecture
 designing and retrieving the comments

Author  Topic 

rake62
Starting Member

1 Post

Posted - 2012-05-09 : 05:01:58
I haveto design a page which will have different posts and an option to post new one every post has commnents and comment box to post a new comment ,every comment should have a reply option .so that i have to display all the comments in a nested structure.

I am able to display the posts and their corresponding comments but unable to display the comments in a nested structure and how can i implement reply option for every comment corresponding to a post and store in database in order to retreive ll the replies corresponind to their respective comments or replies.

please help me in implementing the above

   

- Advertisement -