Hello Moji,
This side effect might be related to WebResource caching - when your website is in debug mode (<compilation debug="true" /> in web.config) files streamed by WebResource.axd are not cached by the browser.
Here is a nice blog post on that matter:
http://ocegtech.blogspot.com/2006/06/aspnet-20-webresourceaxd-and-browser.html
In a word everything should be ok once the site is not in debug mode (<compilation debug="false" />).
In additon, have in mind that the VS internal web server (a.k.a Cassini) does not use browser's cache.
Let me know whether this helps.
Regards,
Paul
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.