Its very simple to convert .html to .aspx
if you just change the extension from .html to .aspx ,
- Sometimes this leads to some unexpected exception handling that says,
file cannot open or corrupted You will only have the filename.aspx page (design and source), but WILL not get the filenmae.aspx.vb page (encoding).
So, better do the following:
Note (Imp): Remember to save ur webform controls , jscripts , css(stylesheets) , images(if any) in the created project
source share