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
Mash-it Up with ASP.NET AJAX: Using a proxy to access remote APIs : Alessandro Gallo
Monday, July 21 2008
The ability to send asynchronous HTTP requests using the XMLHttpRequest object is at the roots of Ajax. It opens interesting scenarios such as the possibility to perform data access in the background, while the user interface remains always responsive to user inputs. A whole category of web applications, called mashups, takes this approach to its limits. They rely almost entirely on external data sources to access and manipulate data. Often, a mashup hasn’t even got a local data store. All the data is accessed through remote web services and then combined and presented to the user....
Creating Tabbed Dialogs Using AJAX : Bipin Joshi
Creating Secure DotNetNuke ASP.NET AJAX Web Services : Michael Washington
Handling the back button from server code : Bertrand Le Roy
ASP.NET AJAX 3.5 and Web Services : balamurali balaji
Build an Anthem.NET "AJAX" Autosuggest TextBox : Peter A Bromberg

