Convert from plain HTML to ASP.NET

F

Frank

Hi,

Just wondering how much pain is involved in taking an existing website
created with Dreamweaver (mostly just plain HTML + some javascript) then
converting each page to ASP.NET with Code-Behind for each page?

The website is a mockup in plain HTML so there is no database hooked up yet.
I'm assuming plain HTML elements like input text boxes can easily be
replaced using the Visual Studio Designer.

Thanks for any input,
Frank
 
D

darrel

Just wondering how much pain is involved in taking an existing website
created with Dreamweaver (mostly just plain HTML + some javascript) then
converting each page to ASP.NET with Code-Behind for each page?

If it's just HTML, there there is no code to put into codebehind.

If it's just HTML, there really is no reason to 'convert' it to anything
else, as it's just HTML.
The website is a mockup in plain HTML so there is no database hooked up
yet.
I'm assuming plain HTML elements like input text boxes can easily be
replaced using the Visual Studio Designer.

What, ultimately, are you trying to accomplish with this 'conversion'?

-Darrel
 
S

Scott M.

If they are just client-side, static .html files, then there isn't anything
to convert. You are better off just making asp.net pages as you need them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top