How do i convert HTML page into ASP.net

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2009
Posts: 75
Reputation: coollife is an unknown quantity at this point 
Solved Threads: 0
coollife coollife is offline Offline
Junior Poster in Training

How do i convert HTML page into ASP.net

 
0
  #1
Aug 13th, 2009
i want to convert HTML page into asp.net , i tried changing the extension and saving it as .aspx . It worked but most of the options didnt work apart from images like
submenus, links and other things

so i want to know how to fully convert an html page to aspx working page

Please specify the steps
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 45
Reputation: bcasp is an unknown quantity at this point 
Solved Threads: 10
bcasp bcasp is offline Offline
Light Poster

Re: How do i convert HTML page into ASP.net

 
0
  #2
Aug 14th, 2009
The simplest way would be to create a new .aspx page in your project and copy the HTML into the markup of the .aspx page. Simply renaming the HTML file to aspx wouldn't work because the .aspx file is really like 3 files in one. You have your .aspx, .aspx.[language], and .aspx.designer.[language].
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 30
Reputation: riyas_26 is an unknown quantity at this point 
Solved Threads: 0
riyas_26 riyas_26 is offline Offline
Light Poster

Re: How do i convert HTML page into ASP.net

 
0
  #3
Aug 17th, 2009
1.create a new website in asp.net.
2.copy the contents of html page design and paste it in the design part of the aspx page.
3.execute and run.. it is now aspx page
RiYaS
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC