Posted on: 3/31/2011 8:41:14 PM | Views : 804

Hi all,
i want to download the some portion of the web page in (doc,htm,excel,csv formats) , for this i had done in the way for htm
string strBody = "<html>" +
            "<body>" +
                "<div>Your name is: <b>" + txtName.Text + "</b></div>" +
                "<table width='100%' style='background-color:#cfcfcf;'><tr><td>1st Cell body data</td><td>2nd cell body data"      
                +"</td></tr><tr><td><img src='http://bvsrao:82/graph.aspx'/></td></tr></table>" +
    &nbs ...

Go to the complete details ...