creating ASPx Pages on the FLY

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default creating ASPx Pages on the FLY

    Hello,

    Greetings. I am creating a web site which will contain lot of articles. I
    had been planning to create simple HTML page on the server everytime i
    posted a article (eg. article12.html ). Now, i want to show an advertisement
    on top of each of this html page. the ad banner has to be dynamically
    updated depending on date (period) the advertiser has planned to advertise
    for. So I thought of creating ASPx pages instead.

    Is it a good idea? I want my website to be very search engine friendly.

    thoughts please. thank you!

    regards,
    LIN


    LIN Guest

  2. Similar Questions and Discussions

    1. Server will not display ASP and ASPX pages
      I'm new to this forum, so sorry if this problem has been listed before. I am working on an Intranet site within an organisation and the web server...
    2. aspx pages not displaying in ie6
      When aspx pages are made in vs.net, loading on the local host displays the labels all in the top left corner of the screen. Also, all textboxes and...
    3. aspx pages not viewable
      We have just purchased .net ent. edition for our company. I have installed .net on my desktop where I do the developing of our aspx, and vb.net...
    4. can hardly recognice my aspx pages in netscape 7.1
      Hello folks, I have created a couple of pages and started to test them in netscape, and was shocked. Earlier I only tested with several different...
    5. Opening other ASPX pages
      On the client-side you are restricted to the functionality available in HTML. It doesn't matter what you have on the server side. What the user sees...
  3. #2

    Default Re: creating ASPx Pages on the FLY

    I'm sure you'll find pros and cons looking at HTML vs. ASPX pages, but if
    you need dynamic content like changing banners, and are used to working with
    VS .NET, then why not use ASPX pages? You can use the AdRotator control for
    the banner capability.

    --
    Carsten Thomsen
    Enterprise Development with Visual Studio .NET, UML, and MSF
    [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
    "LIN" <junkvaluesnotallowed@football.com> wrote in message
    news:%23Omy3tOWDHA.2360@TK2MSFTNGP12.phx.gbl...
    > Hello,
    >
    > Greetings. I am creating a web site which will contain lot of articles. I
    > had been planning to create simple HTML page on the server everytime i
    > posted a article (eg. article12.html ). Now, i want to show an
    advertisement
    > on top of each of this html page. the ad banner has to be dynamically
    > updated depending on date (period) the advertiser has planned to advertise
    > for. So I thought of creating ASPx pages instead.
    >
    > Is it a good idea? I want my website to be very search engine friendly.
    >
    > thoughts please. thank you!
    >
    > regards,
    > LIN
    >
    >

    CT Guest

  4. #3

    Default Re: creating ASPx Pages on the FLY

    so no issues creating ASPX pages dynamically? do I have to take care of any
    extra issue here as compared to HTML? not worried about the ad rotator
    component at this point of time. My concern is about creating those hundreds
    of ASPX pages.

    let me know. thanks for the help.

    regards,
    shalin


    "CT" <carstent@spammersgowaydotnetservices.biz> wrote in message
    news:ui72hKPWDHA.2040@TK2MSFTNGP11.phx.gbl...
    > I'm sure you'll find pros and cons looking at HTML vs. ASPX pages, but if
    > you need dynamic content like changing banners, and are used to working
    with
    > VS .NET, then why not use ASPX pages? You can use the AdRotator control
    for
    > the banner capability.
    >
    > --
    > Carsten Thomsen
    > Enterprise Development with Visual Studio .NET, UML, and MSF
    > [url]http://www.apress.com/book/bookDisplay.html?bID=105[/url]
    > "LIN" <junkvaluesnotallowed@football.com> wrote in message
    > news:%23Omy3tOWDHA.2360@TK2MSFTNGP12.phx.gbl...
    > > Hello,
    > >
    > > Greetings. I am creating a web site which will contain lot of articles.
    I
    > > had been planning to create simple HTML page on the server everytime i
    > > posted a article (eg. article12.html ). Now, i want to show an
    > advertisement
    > > on top of each of this html page. the ad banner has to be dynamically
    > > updated depending on date (period) the advertiser has planned to
    advertise
    > > for. So I thought of creating ASPx pages instead.
    > >
    > > Is it a good idea? I want my website to be very search engine friendly.
    > >
    > > thoughts please. thank you!
    > >
    > > regards,
    > > LIN
    > >
    > >
    >
    >

    LIN Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139