AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
Atlas 7: Caching web service response on browser and save bandwidth significantly : Omar AL Zabir
Tuesday, November 11 2008
The browser can cache images, JavaScripts, and CSS files on the user's hard drive, and it can also cache XML HTTP calls if the call is an HTTP get. The cache is based on Url. If it's the same Url and it's cached on the computer then the response is loaded from cache, not from the server when it is requested again. Basically, browser can cache any HTTP GET call and return cached data based on Url. If you make an XML HTTP call as HTTP GET and server returns some special header which informs the browser to cache the response; on future calls, the response will be immediately returned from the cache and thus save the delay of network roundtrip and download time....DataSet and DataAdapter in ASP.NET 2.0 - Part 1 of 2 : Richard Bean
Developing for the iPhone : Steve C. Orr
Post Data Programmatically with "Webscraping" : Eric Smith
Building ASP.NET 2.0 Web Sites Using Web Standards : Stephen Walther
Creating and Using Code Snippets in Visual Studio 2005 : Scott Mitchell

