hi
I am geeeting this evaluation oage on Webgrid.i have attached screen shot.
I am not getting this when i do save to excel.I am using Aspose 8.0 version
hi
I am geeeting this evaluation oage on Webgrid.i have attached screen shot.
I am not getting this when i do save to excel.I am using Aspose 8.0 version
Hi Piyush,
Thanks for your posting and using Aspose.Cells and Aspose.Cells.GridWeb
There are different classes for Aspose.Cells and Aspose.Cells for GridWeb license. These are the following
1 - Aspose.Cells.License
2 - Aspose.Cells.GridWeb.License
So, if you want to set license for Aspose.Cells, you will use the first class and if you want to set the license of Aspose.Cells for GridWeb, then you will use the second class.
Here is the code to set the license of Aspose.Cells for GridWeb for your reference.
C#
how do i get this licence file Aspose.Total.lic
i am using Aspose 8.0 version
cutrrently i have below in global.aspx so i do not have to set on each page.
Aspose.Cells.License lic = new Aspose.Cells.License();
lic.SetLicense(HttpContext.Current.Server.MapPath("..\\Aspose.Cells.lic"));
do you think i have to add Aspose.Total.lic also with this one or just only Aspose.Total.lic can take care both scenario as i am using webgrid for dispaly on aspx web page and for file download i am using Aspose.Cells
Hi Piyush,