|
-
Oct 12th, 2004, 12:26 PM
#1
Thread Starter
Hyperactive Member
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?
-
Oct 14th, 2004, 12:09 AM
#2
Easiest? Start from scratch, IMEO.
-
Oct 14th, 2004, 01:58 AM
#3
Fanatic Member
just chnage the file eztension to .aspx
-
Oct 14th, 2004, 02:12 AM
#4

You win.
-
Oct 14th, 2004, 03:11 AM
#5
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|