Problem with GridWeb grid does not get refresh

hi,

CODE STOP working we are about to move code in PRODUCTION.

I have attached aspx and cs file with excel data files. webgrid is not refreshing when we change
date. we pull data from database for different dates and create pivot.

i think below code stop working. It was working earlier...

GridWeb1.WebWorksheets.Clear();
GridWeb1.WebWorksheets.ImportExcelFile(wb.SaveToStream());
GridWeb1.WebWorksheets[0].Cells.Merge(3, 1, 1, 2);
GridWeb1.WebWorksheets.ActiveSheetIndex = 3;

Aspose.Cells for .NET Ver:8.1.0.2
Aspose.Cells.GRidWeb.dll ver:2014.03.25

thanks,
piyush

Hi Piyush,

Thanks for your posting and using Aspose.Cells.

We were unable to run your provided code because when it is compiled, it gives many errors. Please see the screenshot for your reference. I have also attached the test project.

Kindly provide some simple runnable project replicating your issue with the latest version. Also let us know the older version which is working fine with your project. It will also be helpful if you could provide some screenshots highlighting your issue so that we could look into this issue precisely.

We will investigate this issue and update you asap.