[CONTROL] emulating NewsReader features

T

teo

hallo

I'd like to implement the Newsgroup functionality
on an AspNet 2.0 page.

I don't need all the thousands of usenet groups,
but only one.
This group doesn't currently exist,
it will be a textual group only (not to much data indeed);
I think that its data will be persisted in a DB or in xml file
on the server, and then sent to the client only once,
when the client fires a button.
I will accept Javascript implementation if needed.

What I'm searching for is a control that emulates
the newsreader features
(tree structured filled with data, expanding and collapsing nodes,
two split panels...)

Is what I'm searching for too much?
 
A

Alexey Smirnov

hallo

I'd like to implement the Newsgroup functionality
on an AspNet 2.0 page.

I don't need all the thousands of usenet groups,
but only one.
This group doesn't currently exist,
it will be a textual group only (not to much data indeed);
I think that its data will be persisted in a DB or in xml file
on the server, and then sent to the client only once,
when the client fires a button.
I will accept Javascript implementation if needed.

What I'm searching for is a control that emulates
the newsreader features
(tree structured filled with data, expanding and collapsing nodes,
two split panels...)

Is what I'm searching for too much?

I think this one could help
http://www.nsoftware.com/products/component/nntp.aspx
 
R

Rad [Visual C# MVP]

hallo

I'd like to implement the Newsgroup functionality
on an AspNet 2.0 page.

I don't need all the thousands of usenet groups,
but only one.
This group doesn't currently exist,
it will be a textual group only (not to much data indeed);
I think that its data will be persisted in a DB or in xml file
on the server, and then sent to the client only once,
when the client fires a button.
I will accept Javascript implementation if needed.

What I'm searching for is a control that emulates
the newsreader features
(tree structured filled with data, expanding and collapsing nodes,
two split panels...)

Is what I'm searching for too much?

Take a look at nsoftware ... They have a NNTP library that should do
exactly what you're looking for.


As for the controls that one I think you'll have to build yourself.
But it shouldn't be too hard once you can access all the data with the
component.

http://www.nsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top