Click here to Skip to main content
15,790,723 members
Articles / Web Development / ASP.NET

Client-side caching for script methods access in ASP.NET AJAX

Rate me:
Please Sign up or sign in to vote.
4.38/5 (4 votes)
28 Jun 2007CPOL7 min read 61.4K   36  
As one of the key features in ASP.NET AJAX, calling a script method from a client would be used a lot when buliding AJAX applications using ASP.NET. There's a server side caching mechanism, but how can we cache the responses on the client side to get a better performance?

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
China China
Jeffrey Zhao(http://blog.jeffzon.net) has been a developer since 1997 and is working as a developer in .NET platform since 2002. He's now a develop manager in charge of building a media platform in a Chinese company. He's also a part-time technical consultant & trainer focus on .NET, AJAX and SilverLight technologies.

Comments and Discussions