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. Automatic page generation.

Automatic page generation.

Scheduled Pinned Locked Moved ASP.NET
c++databasewpfcomxml
6 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.
  • H Offline
    H Offline
    hdv212
    wrote on last edited by
    #1

    Hi i'm looking for a series of useful and practical tutorials which demonstrates how to generate .aspx pages automatically using xsl (or better technologies to accomplish this). i found this article[^], but it's not useful for me. my goal is generate Insert,Update,Delete,Report pages base on my data in database. my another scenario is that those page should have masterPage and can customizable with third party controls. i can do this via string templates in my code, but its very hard-coded and dosn't readability. any help would be great appreciated.

    K 1 Reply Last reply
    0
    • H hdv212

      Hi i'm looking for a series of useful and practical tutorials which demonstrates how to generate .aspx pages automatically using xsl (or better technologies to accomplish this). i found this article[^], but it's not useful for me. my goal is generate Insert,Update,Delete,Report pages base on my data in database. my another scenario is that those page should have masterPage and can customizable with third party controls. i can do this via string templates in my code, but its very hard-coded and dosn't readability. any help would be great appreciated.

      K Offline
      K Offline
      Kannan Ar
      wrote on last edited by
      #2

      An aspx page itself capable to generate dynamic html using the server side code, xsl also doing the same thing. Both are produce html as output. The final output send to client browser is always html. So what you mean by dynamic pages? Do you want to display page names on browser address bar that are not in server? In that case you can use url rewriting.

      H 1 Reply Last reply
      0
      • K Kannan Ar

        An aspx page itself capable to generate dynamic html using the server side code, xsl also doing the same thing. Both are produce html as output. The final output send to client browser is always html. So what you mean by dynamic pages? Do you want to display page names on browser address bar that are not in server? In that case you can use url rewriting.

        H Offline
        H Offline
        hdv212
        wrote on last edited by
        #3

        Hi Kannan Ar no, i don't do that. i want to create a web application base on database schema, my app generate pages for that web application which do CRUD commands for each objects that user selected (New, Edit, Display and ShowList pages for each table/view). i want to generate these pages automaticallu to free developer from hard coding for CRUD scenarios.

        K A 2 Replies Last reply
        0
        • H hdv212

          Hi Kannan Ar no, i don't do that. i want to create a web application base on database schema, my app generate pages for that web application which do CRUD commands for each objects that user selected (New, Edit, Display and ShowList pages for each table/view). i want to generate these pages automaticallu to free developer from hard coding for CRUD scenarios.

          K Offline
          K Offline
          Kannan Ar
          wrote on last edited by
          #4

          So you want separate web pages for each table in database. Since the tables in a database are fixed number, why do you want to create additional pages at runtime? They might be also fixed number right? I can't see any benefits on such an implementation. I am sorry may be I am not an expert on this subject.

          1 Reply Last reply
          0
          • H hdv212

            Hi Kannan Ar no, i don't do that. i want to create a web application base on database schema, my app generate pages for that web application which do CRUD commands for each objects that user selected (New, Edit, Display and ShowList pages for each table/view). i want to generate these pages automaticallu to free developer from hard coding for CRUD scenarios.

            A Offline
            A Offline
            AlexeiXX3
            wrote on last edited by
            #5

            ake a look at Dynamic Data Videos[^]

            Alexei Rodriguez

            H 1 Reply Last reply
            0
            • A AlexeiXX3

              ake a look at Dynamic Data Videos[^]

              Alexei Rodriguez

              H Offline
              H Offline
              hdv212
              wrote on last edited by
              #6

              Thanks Alexei Rodriguez

              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