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. How to implement Questions and Answers forums in asp.net

How to implement Questions and Answers forums in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netcomhelptutorial
3 Posts 2 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.
  • U Offline
    U Offline
    unil Dhiman
    wrote on last edited by
    #1

    Hi All I need to implement Questions and Answers forums in my website. it should be just like our CodeProject.com. it should maintain hearachy of replies. can anybody tell me how to imlement this in asp.net please help me. thanks.

    C 1 Reply Last reply
    0
    • U unil Dhiman

      Hi All I need to implement Questions and Answers forums in my website. it should be just like our CodeProject.com. it should maintain hearachy of replies. can anybody tell me how to imlement this in asp.net please help me. thanks.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Write the code. I don't see what else I can tell you. You need a database to store the values, and you need to write code to display them. If you want a heirarchy, you need to store the id of the post you responded to and write code to thread the replies as you display them.

      Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      U 1 Reply Last reply
      0
      • C Christian Graus

        Write the code. I don't see what else I can tell you. You need a database to store the values, and you need to write code to display them. If you want a heirarchy, you need to store the id of the post you responded to and write code to thread the replies as you display them.

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        U Offline
        U Offline
        unil Dhiman
        wrote on last edited by
        #3

        thanks Christian Graus . can you tell me thta how can I maintain on interface. I mean what control i should use for this so that I can get hearachy should I use nested gridview or some other control also help. thanks.

        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