Anone know how to easily create an html page from the current aspx page?

aikeith

Well-known member
Joined
Jan 23, 2003
Messages
49
Hello,

Anone know how to easily create an html page from the current aspx page?

I mean this should be basic without much or ANY work on the programmer. I dont seem to be able to find a reference anywhere.


At any rate, do u know of an easy way to convert a current page to an html file?

IE: Say a user fills out a form. When he/she clicks submit I just want to save the current page (including form entries) into an html page, either to the server, in an html attachment or both.

This should be an easy thing since .net creates the .aspx page as an object.

So I would assume there is/should be some method that would allow you to do this:

Dim myPage As HTML Page = httpcurrentPage

(boy that would be great wouldnt it!)

Any help, insight would be great.

Thanks...
 
Back
Top