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. A small content management system

A small content management system

Scheduled Pinned Locked Moved ASP.NET
databasecsharpasp-netsql-serversysadmin
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.
  • B Offline
    B Offline
    bapu2889
    wrote on last edited by
    #1

    Hello I am studying(New Bee) asp.net and I am doing one of my exercise and it's all about small content management system so I have created one web page with few images on it and now I dont understand where to start what does content management system should be I dont want code but before I can start coding I want to understand it what CMS should be and In this exe. it says that,so I mean how to start this exe. 1- All the text content should be held in a database (either SQL Server or Access) and displayed on the page using ASP or ASP.Net (your choice). 2- A small content management system should be built to allow for the editing of the content of this page. 3- The news should be in it’s own database table, each item a separate record which your page will loop through to display. :confused: so any help for this waiting for your kind rep.

    R C 2 Replies Last reply
    0
    • B bapu2889

      Hello I am studying(New Bee) asp.net and I am doing one of my exercise and it's all about small content management system so I have created one web page with few images on it and now I dont understand where to start what does content management system should be I dont want code but before I can start coding I want to understand it what CMS should be and In this exe. it says that,so I mean how to start this exe. 1- All the text content should be held in a database (either SQL Server or Access) and displayed on the page using ASP or ASP.Net (your choice). 2- A small content management system should be built to allow for the editing of the content of this page. 3- The news should be in it’s own database table, each item a separate record which your page will loop through to display. :confused: so any help for this waiting for your kind rep.

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      bapu2889 wrote:

      I want to understand it what CMS should be

      Good move. This[^] link should help you get started. /ravi

      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

      B 1 Reply Last reply
      0
      • R Ravi Bhavnani

        bapu2889 wrote:

        I want to understand it what CMS should be

        Good move. This[^] link should help you get started. /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        B Offline
        B Offline
        bapu2889
        wrote on last edited by
        #3

        Thanks for your rep. I have checked this web site yesterday but still I am confuse any other help waiting for your kind rep. thanks

        1 Reply Last reply
        0
        • B bapu2889

          Hello I am studying(New Bee) asp.net and I am doing one of my exercise and it's all about small content management system so I have created one web page with few images on it and now I dont understand where to start what does content management system should be I dont want code but before I can start coding I want to understand it what CMS should be and In this exe. it says that,so I mean how to start this exe. 1- All the text content should be held in a database (either SQL Server or Access) and displayed on the page using ASP or ASP.Net (your choice). 2- A small content management system should be built to allow for the editing of the content of this page. 3- The news should be in it’s own database table, each item a separate record which your page will loop through to display. :confused: so any help for this waiting for your kind rep.

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

          This is pretty straightforward. Perhaps you need to talk to your teacher ?

          bapu2889 wrote:

          All the text content should be held in a database (either SQL Server or Access) and displayed on the page using ASP or ASP.Net (your choice).

          This means what it says. The content in a CMS is stored in a DB, so you write a page that knows how to retrieve items from the DB and display them. CP is an example of this. The code for this forum stays the same, it's the posts we type, that get stored in the DB, that changes how the page looks from moment to moment

          bapu2889 wrote:

          A small content management system should be built to allow for the editing of the content of this page.

          Which is exactly what is happening when you entered this post into CP.

          bapu2889 wrote:

          The news should be in it’s own database table, each item a separate record which your page will loop through to display

          This would be like the news feature in CP also. A seperate table in the DB and a seperate page for showing news items. Of course, you then need an admin page for entering them, too.

          Christian Graus Driven to the arms of OSX by Vista.

          B 1 Reply Last reply
          0
          • C Christian Graus

            This is pretty straightforward. Perhaps you need to talk to your teacher ?

            bapu2889 wrote:

            All the text content should be held in a database (either SQL Server or Access) and displayed on the page using ASP or ASP.Net (your choice).

            This means what it says. The content in a CMS is stored in a DB, so you write a page that knows how to retrieve items from the DB and display them. CP is an example of this. The code for this forum stays the same, it's the posts we type, that get stored in the DB, that changes how the page looks from moment to moment

            bapu2889 wrote:

            A small content management system should be built to allow for the editing of the content of this page.

            Which is exactly what is happening when you entered this post into CP.

            bapu2889 wrote:

            The news should be in it’s own database table, each item a separate record which your page will loop through to display

            This would be like the news feature in CP also. A seperate table in the DB and a seperate page for showing news items. Of course, you then need an admin page for entering them, too.

            Christian Graus Driven to the arms of OSX by Vista.

            B Offline
            B Offline
            bapu2889
            wrote on last edited by
            #5

            Hello sir Thanks for your rep. so it means all the HTML I have to store in database for each page, but the main thing is that in question it says "content management system should be built to allow for the editing of the content of this page." so when user want to edit it what user going to see HTML or web page on screen? i am confuse with this that what if user dont know html or any thing to do with programming how user is going to edit it ? I think i am going to much deep in it but this exe. could be far more easier but I am not getting there and I have allready created one page (home page) and it's looks very nice but it's not doing any thing untill I make it usable, and I forgot to add remaining pare of question which is as bellow :confused::confused::confused: No tier-pages need producing, only the home page. The client log-on box needs to be actual form elements, but needn’t do anything when submitted. waiting for your kind rep. have a nice day

            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