Home
TutorialsVideo Tutorial : Using Atlas to View Customers
Author: chowsys Category: Tutorials |
Add CommentThis application demonstrates different Atlas features including Atlas server controls with autocomplete enabled, JavaScript integration, asynchronous calls to multiple Web Services and Virtual Earth maps. The sample allows end users to search for Northwind Customers by Country or by customer ID. As customers are found their country is dynamically displayed using the Atlas Virtual Earth control.
Read Article Sponsored Links
Sponsored Links
Related Articles
• Basics of Model View Controller (MVC) Developers are always working hard to provide the best applications online and offline. The user expectations changed over the years and they all want to have easy access to information without compromising the aesthetic beauty of the website. Today’s users do not just get their information fr ...
• Ajax Based Photo and Video Sharing Sites Re-launched
One of Ajax’s features is its ability to cut the bandwidth requirement. There are so many interactive websites out there but they can’t be easily accessed since users don’t have the required internet speed to access their website.
Ajax’s complex coding cuts the bandwidth requirement big enough ...
• Ajax from the Point of View of Users
Ajax has become a by word for web professionals who wanted to create a very interactive web program. Combining the powers of the XML, HTTP and JavaScript, the Ajax program was born and has taken the world by storm.
Various developers scramble to create websites dedicated to these programs and t ...
• AJAX RSS Reader Step by Step Tutorial This is another tutorial about writing an AJAX RSS Reader. This AJAX reader is written in Javascript only, it just request a backend url on the same server then display the feed resulted as you can see in the screenshots be ...
• Ajax Image Gallery Tutorial : What is it Good For? Recently Garret Smith of Adaptive Path made a good case for using Asynchronous JavaScript and XML and coined the acronym "AJAX" to represent that notion. It is similar to the Remote IFrame technique in that things are handled on the client side, but as we shall see differs in significant w ...
• Atlas Tutorial: Creating an AJAX Scribble application ASP.NET Atlas is a rich set of client side and server side libraries to develop AJAX-style applications using ASP.NET. This tutorial (and probably more in this series) attempts to provide a general view of the features available in Atlas. Since, Atlas is a very vast library this very first tutorial ...
• A Short Tutorial on XMLHttpRequest() This tutorial will show you how to build a web page that responds to asynchronous events. In five simple exercises, we'll show you the core of an Asychronous JavaScript And XML (AJAX) application. You'll have to learn a little JavaScript, but there's no requirement to learn anything a ...