I am having a weired problem with my infragistics. Here is my scenario, I have a dash board with 10 charts in it for each county/ states in US and this whole page calls 10 stored procs to display data, so it takes about 14 seconds to load data and display the page [out of that 13 seconds for sp's] and the data wont change for a month or so. So I updated the deployment scenario to ImageURL="ChartImages/Chart_#SEQNUM(1000).png" and also I set the @OutPut cache of the page to 5 days [60*60*24*5]. Everything used to work fine till last week. I used to observe ChartImages folder and I can see image number ranging from 0 to 999. But suddenly from yesterday I can see only images from 0 to 111. Since the pages are cached for 5 days it displays wrong charts for my selection criteria's.
Hopefully I explaind my problem correctly. ANY HELP
I think for your case is better to try using the built-in ASP.NET caching. More about this you can find:
Thanks for your response. Yeah... I am using ASP.NET built in caching for cahing my pages. So I feel that is not the issue. I have been using ASP.NET from last 8 years, I am pretty sure that it is not ASP.NET. As I said, I used to see images in ChartImages folder from 0.png to 999.png. All of a sudden it stopped working. Now I can see only images from 0 to 111.png. Since my asp.net pages are cached like 600 pages , I assumed that it caches the chart images also, but it is not, I think infragistics points to ChartImages folder, and it has only 111 images to display. so the same graph is getting used on other pages but that graph does not belong to that page.
I am not able to explain in proper terms,
Page1.aspx has Chart1, chart2 to....... chart10
Page2.aspx - Chart11
Page3.aspx - Chart12
All the above 3 pages are cahed by using @OutPutCache vary by param *, so for each set of query string the page is cached. Initialy even the graphs used cache but now it wont. So on Page1.aspx I can see Chart12