hi,
iam creating genaric user control in any webpage we can drag and drop this control.I am placing a button in user control.when we click the button the contents in that webpage will be exported to ms-excel.I am using this code,and i am getting the output in ms-excel , but it doesn’t show the gridlines in excel sheet that is the problem…
Response.ContentType = "application/vnd.excel"
Response.AddHeader("content-disposition", "attachment;filename=test.xls")
And when exporting to pdf it is giving error that the file not supportd.i readout your(aspose)code,but i can’t understand that “aspose.pdf pdf=new aspose.pdf()”.Plz tell me the meaning for this code.