How to convert aspx page to HTML format
-
I have report in aspx format and I want to convert this aspx page to html format. so how can i convert this aspx to html format. Please help me to find the solution. thanks in advance
u can use HtmlScraping. thts definately solve ur problem
Deepak Smile a Lots,Its Costs Nothing
-
u can use HtmlScraping. thts definately solve ur problem
Deepak Smile a Lots,Its Costs Nothing
i can;t understand why change a aspx to html. you can print aspx
I think therefore I am --~--~---------~--~----~------------~-------~--~----~ My Blog and Website: http://www.cnblogs.com/pinzui/ http://www.pinzui.cn http://jnlinux.org --~--~---------~--~----~------------~-------~--~----~
-
I have report in aspx format and I want to convert this aspx page to html format. so how can i convert this aspx to html format. Please help me to find the solution. thanks in advance
hi, u can easily do it by string reader n writer make a template in .html both at source n destination read the data from the source from string reader store the data in a varible replace in the destination file through writer in btwn u have to go by complex coversion of string data type. regard shriya