AJAX, short for Asynchronous JavaScript and XML, it isn’t a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive [...]
In this tutorial, we will be looking at how to use AJAX to make Asynchronous calls, and also how to manage those calls by disabling our button until the call [...]
This tutorial was created with Visual Studio.NET 2010. 2008 can be used, but Microsoft’s ASP.NET AJAX Extensions, which can be downloaded at this link, must be installed. Using AJAX in ASP.NET, [...]
Welcome to another AJAX tutorial, today we will be talking about the AutoComplete Extender that ships with the ASP.NET AJAX Control tool kit. Autocomplete, great concept used by thousands of [...]
Welcome to another AJAX tutorial, This is our introductory mini series into JavaScript. Today we will be learning about the JavaScript String Objects. JavaScript is an Object Oriented Programming (OOP) [...]
The ResizableControl is an extender that attaches to any element on a web page and allows the user to resize that control with a handle that attaches to lower-right corner [...]
Welcome to another AJAX tutorial, today we will be going over the AJAX extender RoundedCorners. We used Microsoft’s Visual Studio 2010; Visual Web Developer can also be used to recreate [...]
This tutorial was created with Microsoft’s ASP.NET AJAX Extensions for Visual Studio.NET 2010, which can be downloaded here. This brief article will show how easy it is to make the calendar [...]
Welcome to another AJAX tutorial, today we demonstrate how to build tabbed content in an ASP.NET AJAX web app using C#. For this tutorial we will be building a tabbed [...]
Welcome to another AJAX tutorial, today we will be demonstrating a simple example of the ToggleButton Extender. In this tutorial we will be going over the ToggleButton extender and [...]