I have designed one web page in asp.net In that i have used the css file and excel generation button.While i am cliking the button for populating the data from data bse to excel It is showing the problem in uploading the css file like that.What will i do the for removing the that error.
For opening the excel sheet I have used the following code that is
Response.Conten tType = "applicatio n/xls";
Response.AddHea der("Content-Disposition", "attachment ; filename=itext. xls");
is there anything wrong in this .Any one help me.
Its urgent.
For opening the excel sheet I have used the following code that is
Response.Conten tType = "applicatio n/xls";
Response.AddHea der("Content-Disposition", "attachment ; filename=itext. xls");
is there anything wrong in this .Any one help me.
Its urgent.
Comment