Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..
i am trying to convert the aspx page to html with aspx page functionality.. but i dont know how to convert it..anyone know how to convert from aspx to html and it can be reads the aspx codes..

regards
sasi
Posted
Updated 8-Dec-10 6:15am
v2
Comments
AspDotNetDev 8-Dec-10 12:32pm    
If either of your questions were clear, I'd say this one is a repost of this one: http://www.codeproject.com/Questions/134745/aspx-page-call-from-javascripts.aspx . But your questions are too confusing to even know if it's a repost.
fjdiewornncalwe 8-Dec-10 15:21pm    
You're actually backwards, aspdotnetdev. This is the repost of the last one...

Hrrmm, that is exactly what ASP.net does. So when you have deployed an ASP.net application to your IIS and then make GET or POST requests to some of the aspx pages on that server, your aspx pages will be rendered to HTML. (Ok, Ok before I get flamed: It doesn't have to be HTML it could be just about anything, but usually aspx pages are transformed to HTML)


Cheers


Manfred
 
Share this answer
 
Aspx pages are returned to the browser rendered as HTML. You could save those to your desktop as HTML. I find that FF and Chrome do a nicer job than IE.

If you're saying that you want to try to dump the application side (server-side processing) that goes on when subsequent requests are sent to the server, different story. You will need to write a new backend with, presumably, a different technology/framework.

There is no way to 'lift' any web site's functionality simply by taking a copy of the generated HTML.

Cheers.
 
Share this answer
 
Comments
karthi34 16-Mar-11 7:13am    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900