Forum and Newsgroups

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. Eight New Photography Newsgroups !!!!!!!!
      Everyone already knows about the 4 additional rec.photo.digital newsgroups, now Google has added 8 new alt.photography newsgroups -- ...
    2. InDesign Newsgroups
      Hi, Are there any more newsgroups about InDesign? Please advise. Thank you. S. H.
    3. 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...
    4. 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
    5. 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?...
  3. #2

    Default 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...
    > 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
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139