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. General Programming
  3. C#
  4. help me-sth like a blog and commenting

help me-sth like a blog and commenting

Scheduled Pinned Locked Moved C#
helptutorialquestion
7 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.
  • S Offline
    S Offline
    sanaziuse
    wrote on last edited by
    #1

    Hi friends. I want to make something like a blog which people can see the posts and send a comment... others can also see comments ...each post of the blog should have a different commenting page. I know how to write the code for posting ... but I dont have any idea about commenting. I want to write the code for posting with datagrid ... but how to write the code for comment ? please tell me and give me idea. each post is shown in a row of a daragrid,one aftar each other. but where should I put the commenting link ? in the datagrid ??:confused: I want to have the commenting link under each post and by clicking the link,people redirect to another page for sending the comment to that post. how should I do it? thank you so much:rose:

    C C 2 Replies Last reply
    0
    • S sanaziuse

      Hi friends. I want to make something like a blog which people can see the posts and send a comment... others can also see comments ...each post of the blog should have a different commenting page. I know how to write the code for posting ... but I dont have any idea about commenting. I want to write the code for posting with datagrid ... but how to write the code for comment ? please tell me and give me idea. each post is shown in a row of a daragrid,one aftar each other. but where should I put the commenting link ? in the datagrid ??:confused: I want to have the commenting link under each post and by clicking the link,people redirect to another page for sending the comment to that post. how should I do it? thank you so much:rose:

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      There are many pieces of open source blog software. Why not look at the way they work?


      Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

      S 1 Reply Last reply
      0
      • C Colin Angus Mackay

        There are many pieces of open source blog software. Why not look at the way they work?


        Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

        S Offline
        S Offline
        sanaziuse
        wrote on last edited by
        #3

        tell me one of the open sources please... I want to try it my self but if you know any open source which I can understand it,plz tell me thanks alot.

        C 1 Reply Last reply
        0
        • S sanaziuse

          tell me one of the open sources please... I want to try it my self but if you know any open source which I can understand it,plz tell me thanks alot.

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          sanaziuse wrote:

          tell me one of the open sources please...

          Subtext is the name of one open souce blog software.


          Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

          S 1 Reply Last reply
          0
          • C Colin Angus Mackay

            sanaziuse wrote:

            tell me one of the open sources please...

            Subtext is the name of one open souce blog software.


            Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

            S Offline
            S Offline
            sanaziuse
            wrote on last edited by
            #5

            yes thank you but ay other ideas to write it myself? please read my first questio and help me ... bye friends

            C 1 Reply Last reply
            0
            • S sanaziuse

              yes thank you but ay other ideas to write it myself? please read my first questio and help me ... bye friends

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              sanaziuse wrote:

              but ay other ideas to write it myself?

              That would take too long in a forum post. That is why I suggested that you read the source code in an open source project.

              sanaziuse wrote:

              please read my first questio and help me ...

              I did as best as can be done in a forum post. The quantity of information that would need to be imparted to you is too much for a forum. Please download the code for blog software and read it.


              Upcoming events: * Glasgow: Introduction to AJAX (2nd May), SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website

              1 Reply Last reply
              0
              • S sanaziuse

                Hi friends. I want to make something like a blog which people can see the posts and send a comment... others can also see comments ...each post of the blog should have a different commenting page. I know how to write the code for posting ... but I dont have any idea about commenting. I want to write the code for posting with datagrid ... but how to write the code for comment ? please tell me and give me idea. each post is shown in a row of a daragrid,one aftar each other. but where should I put the commenting link ? in the datagrid ??:confused: I want to have the commenting link under each post and by clicking the link,people redirect to another page for sending the comment to that post. how should I do it? thank you so much:rose:

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

                You're asking far too much here. If you really have no idea how to start, then give up ( for now ) and learn through a simpler project. Buy a book and work through it. You're essentially asking us to write it. Get to a point of being able to try, and ask specific questions, and we'll be glad to help.

                Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                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