How to create webpages dynamically in Asp.Net

Last post 05-09-2008 9:08 AM by denniscy. 4 replies.

Sort Posts:

  • How to create webpages dynamically in Asp.Net

    05-09-2008, 5:22 AM

    Actually I want to create webpages dynamically. How can I do it?

  • Re: How to create webpages dynamically in Asp.Net

    05-09-2008, 7:52 AM
    Answer
    • Loading...
    • DarthSwian
    • Joined on 12-04-2007, 7:47 PM
    • Florida
    • Posts 412

     Your question is a little broad. You can create templates that have dynamic content such as a shopping cart. What kind of pages or content are you trying to generate dynamically.

    "Hokey religions and ancient weapons are no match for a good blaster at your side."
  • Re: How to create webpages dynamically in Asp.Net

    05-09-2008, 8:58 AM
    Answer

    Do, you want to create aspx pages dynamically,

    I dont find any reason for that, as you can dynamically change the content on page while loading

     

    -----------
    :) MAdHU
    -----------
  • Re: How to create webpages dynamically in Asp.Net

    05-09-2008, 8:59 AM
    Answer
    • Loading...
    • dinesh_sp
    • Joined on 12-03-2007, 5:41 AM
    • Melbourne
    • Posts 366

    Do you mean  Create HTML Dynamically, then use xml as datasource and xsl as presentation layer,and css for styling, and you have your HTML ready.
     

  • Re: How to create webpages dynamically in Asp.Net

    05-09-2008, 9:08 AM
    Answer
    • Loading...
    • denniscy
    • Joined on 08-15-2007, 9:22 AM
    • Posts 74

    The way some pages with url rewriting work might confuse one to think that all the page names in the address bar are for real pages that exist.

    Example can be where you have many different news with different names in a news site . But here what happens is rather than having a page for each news, having a template page which

     dynamically gets filled with data for the news. After this, even if your page for a certain news is news.aspx?id=23 , you have it shown as  titleofthenews.aspx in the address bar of the browser(although in reality it is news.aspx?id=23 )

     http://www.urlrewriting.net/en/Default.aspx

     

Page 1 of 1 (5 items)