Hi, One of my friend has nicely designed a HTML page. I want to convert theHTML page to ASP.NET and add some dynamic content.
What is the best way I should do it?
Thanks
Add that HTML page and the related files (*.jpg, *.css) into Visual Studio project.
Then rename the extension .html to .aspx.
Visual Studio will automatically add the Page directive and generate the code-behind file.