Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Creating a simple forum-Please help!

Creating a simple forum-Please help!

Scheduled Pinned Locked Moved ASP.NET
sysadmincsharptoolshelpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DarynRoberts
    wrote on last edited by
    #1

    Hey all Im trying to create a very simple forum where people can basically just post comments. Ive tried countless tutorials and downloaded many source codes but everything is either: 1: in c# and not VB script 2: In an old VB version and wont convert correctly or... 3: requires a remote connection to a server...this is impossible for me as its a project for university and the network settings dont allow this. So can anybody PLEASE PLEASE PLEASE point me to a good article or source code download or something..? I need it to not be C#...and like i said...it can be very very simple. please help

    Dazz

    L N 2 Replies Last reply
    0
    • D DarynRoberts

      Hey all Im trying to create a very simple forum where people can basically just post comments. Ive tried countless tutorials and downloaded many source codes but everything is either: 1: in c# and not VB script 2: In an old VB version and wont convert correctly or... 3: requires a remote connection to a server...this is impossible for me as its a project for university and the network settings dont allow this. So can anybody PLEASE PLEASE PLEASE point me to a good article or source code download or something..? I need it to not be C#...and like i said...it can be very very simple. please help

      Dazz

      L Offline
      L Offline
      Luka Grabarevic
      wrote on last edited by
      #2

      Hi, sorry, I can't help you with your issue directly. But have you tried to search guestbook source code? If you just want users to post comments, a guestbook is nothing else. regards pdluke

      D 1 Reply Last reply
      0
      • L Luka Grabarevic

        Hi, sorry, I can't help you with your issue directly. But have you tried to search guestbook source code? If you just want users to post comments, a guestbook is nothing else. regards pdluke

        D Offline
        D Offline
        DarynRoberts
        wrote on last edited by
        #3

        no I havnt tried searching that....thanks..ill give it a try

        Dazz

        1 Reply Last reply
        0
        • D DarynRoberts

          Hey all Im trying to create a very simple forum where people can basically just post comments. Ive tried countless tutorials and downloaded many source codes but everything is either: 1: in c# and not VB script 2: In an old VB version and wont convert correctly or... 3: requires a remote connection to a server...this is impossible for me as its a project for university and the network settings dont allow this. So can anybody PLEASE PLEASE PLEASE point me to a good article or source code download or something..? I need it to not be C#...and like i said...it can be very very simple. please help

          Dazz

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          DarynRoberts wrote:

          Im trying to create a very simple forum where people can basically just post comments.

          If you need a very simple application where user's can post comments, why don't you create one instead of looking for tutorials. 1 - Which language you are familiar to ? 2 - Which database you are familiar to ? If it is VB.NET and SQLServer 1 - You need to use SQLConnection. SQLCommand classes 2 - You need a connection string that connects with DB 3 - For inserting into database, Initialize SQLConnection class, Write query to SQlCommand class instance, Use SQLCommand's ExecuteNonQuery() method 4 - For selection either you can use SQLDatareader or a Dataset/Datatabel


          My Website | Ask smart questions

          D 1 Reply Last reply
          0
          • N N a v a n e e t h

            DarynRoberts wrote:

            Im trying to create a very simple forum where people can basically just post comments.

            If you need a very simple application where user's can post comments, why don't you create one instead of looking for tutorials. 1 - Which language you are familiar to ? 2 - Which database you are familiar to ? If it is VB.NET and SQLServer 1 - You need to use SQLConnection. SQLCommand classes 2 - You need a connection string that connects with DB 3 - For inserting into database, Initialize SQLConnection class, Write query to SQlCommand class instance, Use SQLCommand's ExecuteNonQuery() method 4 - For selection either you can use SQLDatareader or a Dataset/Datatabel


            My Website | Ask smart questions

            D Offline
            D Offline
            DarynRoberts
            wrote on last edited by
            #5

            Hey Thanks!!....smart-ass

            Dazz

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups