converting aspx page to HTML
Amit Grover
Amit Grover
You'll have to be a little more specific. ASPX pages are dynamically converted to HTML by the ASPNET_ISAPI.dll process when a request is made to the IIS web server. Since I suspect ;) that isn't what you mean, under what circumstances are you trying to convert ASPX to HTML?
WebClient webClient = new WebClient(); webClient.DownloadFile("http://localhost/test/test.aspx", "C:\\test.htm"); |
may be u can use frames ..........and make the page have one frame which has
a source of your .aspx page