954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How do i convert HTML page into ASP.net

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

coollife
Junior Poster in Training
85 posts since Aug 2009
Reputation Points: 6
Solved Threads: 0
 

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].

bcasp
Light Poster
46 posts since Apr 2008
Reputation Points: 23
Solved Threads: 10
 

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_26
Light Poster
30 posts since Jul 2009
Reputation Points: 9
Solved Threads: 0
 

Hi,

Put link to the html page
or
Use redirecting from any aspx page to your html page.

DuoDimension
Newbie Poster
4 posts since Jun 2009
Reputation Points: 8
Solved Threads: 1
 

Read the thread datetime before posting. Please do not resurrect old/solved threads.

Thread Closed.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You