Friday, April 29, 2005

ASPAlliance.com : ASP and ASP.NET Tutorials : Create a Threaded NNTP News Reader

ASPAlliance.com : ASP and ASP.NET Tutorials : Create a Threaded NNTP News Reader: "Threading

Newsgroup articles are stored on the news server in order of arrival, not in order of message thread or subject. When displaying these articles for reading, I definitely do not want to display them in the order of arrival, but instead in a way that makes more sense to everyone: in a threaded layout. A threaded layout means that replies will fall under their parent message in that nice threaded tree view that everyone is used to. To do this, I'll download a large number of message headers and sort them into the correct order. This can be done byusing the XMLDocument Object in VS.Net to store a tree of related messageid's."

Visiting ASP.NET website after Quite a long time, I found this article which lead me to aspalliance.com. Must read of those intrested in experimenting

No comments: