Can anyone please tell me how to convert html pages to aspx in VS2005
i try to this but it is nit give me the .aspx.vb or resx files why??????
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sunithaPosted Oct 30, 2006, 7:57 AM
Just copy the content of html and paste it on the .aspx file(i.e.,on design view only).
after that if required u can go to .aspx.vb file.
Anil TripathiPosted Oct 18, 2006, 12:13 PM
If you want to create .aspx.vb, .resx files the workaround is to create the page in Visual Studio and paste the htm code in .aspx file; code in .aspx.vb can be added later if required.