This is a migrated thread and some comments may be shown as answers.

Ajax and ASP.Net Caching Issue

1 Answer 40 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 18 Sep 2012, 06:37 PM

Here is the website I am working on Motorcycle Market

If you head over to this page:

Street Bike Boots Click on the brand "Icon" and the page dynamically loads with Ajax and all is good.

Currently caching is turned off but as soon as we enable caching, everything goes wrong.

After you click on the brand Icon, you come to this page:

http://www.motorcyclemarket.com/11/18/Street-Bike-Boots.aspx#&&onback=0%2c3000-8%2c7%2c6-8-49%2c48%2c28%2c138%2c52%2c44%2c51--16-BrandASC-0-

When user number one clicks on the above link, the 5 products are displayed. When multiple users from different machines click on the above link, then no products are displayed. Somehow we need to enable individual caching or add some additional query string to the url or figure something out so this issue stops and customers do not see a page with no products.

Our Ajax is set up to use Post and we have this problem in all browsers, not just IE. Your help is very appreciated.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 21 Sep 2012, 12:20 PM
Hello Neil,

Could you please try to use regular asp UpdatePanels in your application instead of RadAjaxManager or RadAjaxPanel controls and verify if this makes any difference?

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Neil
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or