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?