Results 1 to 5 of 5

Thread: Easy way to convert asp page to asp.net?

  1. #1

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366

    Easy way to convert asp page to asp.net?

    I have this asp page with lots of HTML tags with inline asp,

    i.e

    body bgcolor = '<%=bgcolorval%>'

    etc.

    Whats the easiest way to convert this page to asp.net and have the tag attributes retained?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Easiest? Start from scratch, IMEO.

  3. #3
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    just chnage the file eztension to .aspx

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170


    You win.

  5. #5

    Thread Starter
    Hyperactive Member greg_quinn's Avatar
    Join Date
    Nov 2002
    Location
    South Africa
    Posts
    366
    Would love to do it from scratch but I just need to change a bit of server-side code on the page and thats all I'm getting paid for



    What I eventually did was set the form action to an .aspx page and made the method=get.

    Then on Page_Load did all the processing.

Posting Permissions

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



Click Here to Expand Forum to Full Width