Hello all.
I'm researching what needs to be done with converting our old asp to asp.net. I've read that we can't write typical html in sub's anymore. We have pages and pages and pages of html in subroutines. (Let's not talk about the best practices of writing html...) Does anyone have any ideas of converting these asp pages? I know we can do the following:
1) Change all the code to Response.Write(blah blah blah)
2) Make each subroutine to an include file.
3) ???? <-- any others?
I'm looking for the easiest way to do this!
Thanks for your help!
SteveS
I'm researching what needs to be done with converting our old asp to asp.net. I've read that we can't write typical html in sub's anymore. We have pages and pages and pages of html in subroutines. (Let's not talk about the best practices of writing html...) Does anyone have any ideas of converting these asp pages? I know we can do the following:
1) Change all the code to Response.Write(blah blah blah)
2) Make each subroutine to an include file.
3) ???? <-- any others?
I'm looking for the easiest way to do this!
Thanks for your help!
SteveS