Ask a Question related to ASP.NET General, Design and Development.
-
Neil Stevens #1
Forum and Newsgroups
Hi,
I am designing an internet forum in ASP.NET, what i have at present is a
forum that uses either and Access, MSSQL Server, or MySQL Server database
depending on how the forum is setup.
My question is simply this, can i use a newsgroup and display the messages
from a newsgroup on the forum.
Using this forum as an example, i would iterate through each of the
newsgroups available and display thos as groups: -
Group No
Of Posts
microsoft.public.dotnet.framework.aspnet 30
microsoft.public.dotnet.framework.announcements 40
etc...
Then when a user clicks on a group from the list the forum will display each
of the messages within the group, with each message displaying all the
posts/replies to that message, and so on.
Now, the reason for this is that i have a series of newsgroups and for
myself i would like to use the newsgroups i have as the data base for the
groups and forums that i will display in my forum, the database backend will
then be used for user accounts and other functional items.
So, if anyone knows if it is possible to achieve this using ASP.NET could
they please provide some sample code or some links to some sample on the
net.
Many thank in advance for your help
Regards
Neil
Neil Stevens Guest
-
Eight New Photography Newsgroups !!!!!!!!
Everyone already knows about the 4 additional rec.photo.digital newsgroups, now Google has added 8 new alt.photography newsgroups -- ... -
InDesign Newsgroups
Hi, Are there any more newsgroups about InDesign? Please advise. Thank you. S. H. -
Getting list of newsgroups via php
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to write a PHP script that will download a list of all the newsgroups on a news server... -
NEWSGROUPS
I would like to browse this forum using newsgroups in Netscape But i odnt know how to set that up. Any help will be appreciated. Thanks PC -
why so many PHP newsgroups??
Why are there so many nearly identical PHP newsgroups? comp.lang.php alt.comp.lang.php alt.php Is there any difference among these three?... -
Cowboy \(Gregory A. Beamer\) #2
Re: Forum and Newsgroups
Can it be done? Certainly. You can look at SourceForge.com and see there are
NewsReader programs created. You would have to tweak the output to go to a
web front end, but that should be fairly simple. I would start there. Even
if you do not utilize the code, you can see how someone else conquers this
problem.
NOTE: [url]www.gotdotnet.com[/url] (Microsoft's .NET site) has a new feature called
workspaces that is a lot like SourceForge. You might also want to check
there for a newsreader program.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Neil Stevens" <stevensn@iata.org> wrote in message
news:OgxqB4GRDHA.2332@TK2MSFTNGP10.phx.gbl...No> Hi,
>
> I am designing an internet forum in ASP.NET, what i have at present is a
> forum that uses either and Access, MSSQL Server, or MySQL Server database
> depending on how the forum is setup.
>
> My question is simply this, can i use a newsgroup and display the messages
> from a newsgroup on the forum.
>
> Using this forum as an example, i would iterate through each of the
> newsgroups available and display thos as groups: -
>
> Groupeach> Of Posts
> microsoft.public.dotnet.framework.aspnet 30
> microsoft.public.dotnet.framework.announcements 40
> etc...
>
> Then when a user clicks on a group from the list the forum will displaywill> of the messages within the group, with each message displaying all the
> posts/replies to that message, and so on.
>
> Now, the reason for this is that i have a series of newsgroups and for
> myself i would like to use the newsgroups i have as the data base for the
> groups and forums that i will display in my forum, the database backend> then be used for user accounts and other functional items.
>
> So, if anyone knows if it is possible to achieve this using ASP.NET could
> they please provide some sample code or some links to some sample on the
> net.
>
> Many thank in advance for your help
>
> Regards
> Neil
>
>
Cowboy \(Gregory A. Beamer\) Guest



Reply With Quote

