Hi !
You can using this code below :
//*************** *************** ************
public void Send(string from, string to, string cc, string subject, string data, string xslFormatFilePa th)
{
try
{
try
{
string body = TransformXml(da ta, xslFormatFilePa th);
MailMessage message = new MailMessage();
message.BodyEnc oding =...
User Profile
Collapse
-
a problem when export to Excel
Hi all,
pls help me about this problem. I have a code below:
(I want to export data of grid to Excel)
//*************** *************** *************** *****
myDataGrid.Data Source = ds.Tables["TAList_Ite m"]; //example
myDataGrid.Data Bind();
Response.ClearC ontent();
Response.Buffer = true;
Response.AddHea der("content-disposition",...
No activity results to display
Show More
Leave a comment: