Dear All,
I have export one graph from placeholder by using save image file.
but i want export whole placeholder with graph in excel sheet like grid view export.
Please help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Atul NaikPosted Sep 28, 2017, 12:50 AM
HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWrite);
StreamReader sr = new StreamReader(Server.MapPath("../CSS.css"));
string s = sr.ReadToEnd();
Response.Write("");
Response.Write(stringWrite.ToString());
Response.Write("
");
Response.End();
sr.Close();
Nilesh ShahPosted Sep 27, 2017, 4:24 PM