Can some one please tell me a way to convert files from html to aspx. I have html files and I want to make them dynamic so please tell me way
Thanks in advance
Printable View
Can some one please tell me a way to convert files from html to aspx. I have html files and I want to make them dynamic so please tell me way
Thanks in advance
Create a new aspx page... and paste your html inside of the <html> tags...
Then you can work on all the gory details.
or you could just change the extension on the file from .html to .aspx
Quote:
Originally Posted by nemaroller
Yea, but you'd still have to add all the head information so the designer correlates with a code behind properly.