static website(html) to dynamic website in asp.net
pls tell me static website(html) to dynamic website in asp.net with code
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.
shekhar kadiyanPosted Sep 29, 2013, 7:35 AM
Abhishek JainPosted Sep 17, 2013, 2:00 AM
For doing this you can create a Website in Visual Studio and Create a New form. When you will add a new form you will get a structure like this:
So you just need to make these changes and you are ready to go with code behind. so you have to migrate forms one by one, for doing this i have found a utility written by someone, may be you can try this: http://www.charith.gunasekara.web-sphere.co.uk/2010/07/how-to-convert-html-files-to-aspx-files.html
Regards
AJ