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
Extending the ImageMap HTML Control with AJAX 1.0 Extensions : Bilal Haidar [MVP,MCT]
Tuesday, July 01 2008
In this article, Bilal Haidar will show you how to extend the HTML ImageMap control by adding clickable hot spots so that when hovered over will popup a tiny window informing the user with more information on the spot selected using the AJAX Services. In this article we are going to show how to easily integrate an HTML Image Map control with AJAX 1.0 extensions using the coolest feature of AJAX 1.0 which is AJAX Services. What we will show in this article is very handy and useful. For instance, you can have a facility on your applications to show a map with clickable areas in such a way, when an area is clicked, a popup window will show more detailed information about the clicked area. Without the use of AJAX, the user would have to wait for the page to post back to the server, get the data and then show them! However, this is unfeasible and makes user experiences very poor. Another option would be when the page loads, it loads all related data for all clickable areas on the page, but this has its own performance weaknesses and also is not a preferred way for solving such an issue....
ASP.NET AJAX Grid and Pager : Kazi Manzur Rashid
Taking Care Of Pre_Init : Scott Allen
JavaScript with ASP.NET Server Controls : Xun Ding
Display an animated Gif during a long-running ASP.NET page call : Peter A Bromberg
Building AJAX Enabled File Uploading System with Progress Bar Using ASP.NET 2.0 : Jesudas Chinnathampi (Das)

