Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Convert from plain HTML to ASP.NET

Reply
Thread Tools

Convert from plain HTML to ASP.NET

 
 
Frank
Guest
Posts: n/a
 
      02-27-2007
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


 
Reply With Quote
 
 
 
 
darrel
Guest
Posts: n/a
 
      02-28-2007
> 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


 
Reply With Quote
 
 
 
 
Scott M.
Guest
Posts: n/a
 
      04-22-2007
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.



"Frank" <> wrote in message
news:45e4c2c5$0$1406$...
> 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
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How could I convert plain UTF-8 XML to Outlook HTML format ? Castor Nageur XML 1 10-14-2010 03:21 PM
How hard is it to convert from plain HTML Mockup to ASP.NET? Frank ASP .Net 3 02-28-2007 10:30 AM
Convert HTML to plain text Marcel Kessler Java 3 11-14-2006 07:58 AM
Best way to convert html to plain text in java? google@lrlart.com Java 7 07-04-2006 06:29 AM
when I add HTML to innerHTML, FireFox renders it as HTML, but IE shows it as plain text Jake Barnes Javascript 9 02-21-2006 10:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57