http://www.time.com/time/business/article/0,8599,1219395,00.html#drawn


this is one of the good website i searched through google..

If i want to convert a similar website to aspx page how do i do that.

This is urgent requirement .

It should be 100 percent conversion . I tried renaming the html extension as aspx it doesnt work and even copying the source contents of the html page and pasting it in aspx page also doesnt work

If you solve this i will be very grateful. Thank u .......

Recommended Answers

All 2 Replies

create an empty .aspx page, copy everthing under body tag in the html page into form tag in .aspx page. also copy whatever is in the head tag of the html page into head tag of the .aspx page.
that is it.

I don't think there is an automated way to convert HTML page into aspx page.

Just create a blank aspx page and copy everything between head tag(or body tag) into the page.

Change the HTML controls to server controls based on your needs.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.