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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to build web pages on fly like codeproject ariticles

how to build web pages on fly like codeproject ariticles

Scheduled Pinned Locked Moved ASP.NET
tutorialcomhelpquestion
4 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.
  • A Offline
    A Offline
    Ashok Nalam
    wrote on last edited by
    #1

    Hello, I want to know how to build web pages on fly. like example: If we go to adding articles in codeproject.com. If we add a new article name as "my first article" then they are creating a page myfirstarticle.aspx in the one of the categories. Code Project Implementation Explanation: Basename is the name you want to give your article's file (without the .aspx extension). For instance, if your basename is coolcode then your article file will be coolcode.aspx, and all files associated with your article (Zips, images) will be in the coolcode/ directory. If you pick a basename that has already been used then you will be prompted for a new one. Illegal characters and spaces in the basename will be replaced by underscores How can we build this type mechanism pages. Can anybody help me on this? Thanks, Ashok Nalam

    Ashok Nalam

    C 1 Reply Last reply
    0
    • A Ashok Nalam

      Hello, I want to know how to build web pages on fly. like example: If we go to adding articles in codeproject.com. If we add a new article name as "my first article" then they are creating a page myfirstarticle.aspx in the one of the categories. Code Project Implementation Explanation: Basename is the name you want to give your article's file (without the .aspx extension). For instance, if your basename is coolcode then your article file will be coolcode.aspx, and all files associated with your article (Zips, images) will be in the coolcode/ directory. If you pick a basename that has already been used then you will be prompted for a new one. Illegal characters and spaces in the basename will be replaced by underscores How can we build this type mechanism pages. Can anybody help me on this? Thanks, Ashok Nalam

      Ashok Nalam

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

      Store your content in a database and write a page which takes a query string parameter, telling it what content to pull out of the DB and display.

      Christian Graus Driven to the arms of OSX by Vista.

      A 1 Reply Last reply
      0
      • C Christian Graus

        Store your content in a database and write a page which takes a query string parameter, telling it what content to pull out of the DB and display.

        Christian Graus Driven to the arms of OSX by Vista.

        A Offline
        A Offline
        Ashok Nalam
        wrote on last edited by
        #3

        I can store the content in database and pull it from the database if i have a static page(eg:mystaticpage.aspx) which is created by me from the project and i will place place holder or control which it can show the content from database. what i am asking is if user is created his own article(eg: named as my dotnet article )how can i create webpage(mydotnetarticle.aspx) at runtime.How the code project is doing thats what i want to know and to implement?

        Ashok Nalam

        A 1 Reply Last reply
        0
        • A Ashok Nalam

          I can store the content in database and pull it from the database if i have a static page(eg:mystaticpage.aspx) which is created by me from the project and i will place place holder or control which it can show the content from database. what i am asking is if user is created his own article(eg: named as my dotnet article )how can i create webpage(mydotnetarticle.aspx) at runtime.How the code project is doing thats what i want to know and to implement?

          Ashok Nalam

          A Offline
          A Offline
          Ashok Nalam
          wrote on last edited by
          #4

          can anybody please reply for my above query

          Ashok Nalam

          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