What's the best way to implement threaded conversations like the Facebook Wall in .NET?

Posted by Swami on Stack Overflow See other posts from Stack Overflow or by Swami
Published on 2010-06-09T20:51:39Z Indexed on 2010/06/09 21:32 UTC
Read the original article Hit count: 202

Filed under:
|
|
|
|

I'm just wondering what's the best way to implement a threaded conversation like the Facebook Wall where the comments are displayed under each post, and older comments are collapsed and expandable. My instinct is to use a nested datalist, but I think that might take a toll on performance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET