AJAXTutorials.com - ASP.NET AJAX Tutorials


Server Intellect


Latest AJAX Posts

Learn how to handle the Command Event property with Sorting. C#

This tutorial will cover how to handle the Command Event property using ASP.NET C# In this tutorial we will cover how the handle Command Event by implementing two button controls to sort; ascending and descending. In this case, the two button controls will list items displayed by the BulletedList control...




Learn how to use Multiple Popup Controls in ASP.NET 3.5 AJAX. C#

This tutorial will use Multiple Popup Controls to populate a textbox in ASP.NET 3.5 AJAX Web App. C# In this tutorial we will use two PopupControl extender’s from the AJAX Control Toolkit which offers an easy way to trigger a popup if any other control gets activated. Here is a snapshot of the...




Learn how to use the Timer Control in ASP.NET 3.5 AJAX C#

This tutorial will demonstrate the use of the timer control which comes as a part of the Microsoft AJAX Extensions. C# The timer control is great for when you have an area of your user interface that you want to be dynamically updated based on some periodic interval, opposed to when you have some interaction...




Learn How to Use MutuallyExclusive Checkboxes in ASP.NET AJAX C#

This tutorial will demonstrate how to use the MutuallyExclusive Checkbox Extender in ASP.NET AJAX C# In this tutorial we will demonstrate how to enable the developer to configure checkboxes that are mutually exclusive; which ensures that the end-user will only be able to select a single option. This...




Learn How to Use the ASP.NET AJAX Slider Control C#

This tutorial will demonstrate how to use the Slider Control in an ASP.NET 3.5 AJAX C# In this tutorial we will show you how to simplify numeric user input by using an AJAX control called the Slider control. Here is a snapshot of the Web site: To start, open Visual Studio 2008. File > New > Web...




Learn How to add UpdatePanels within a TabContainer AJAX C#

This tutorial will show you how to add UpdatePanels within a TabContainer using ASP.NET 3.5 AJAX C#. In this tutorial we will demonstrate how to add two UpdatePanels with two DropDownLists in each UpdatePanel and display two seperate results within a TabContainer using ASP.NET 3.5 AJAX. Here is a snapshot...




Learn How to Build Tabbed Content in an ASP.NET 3.5 AJAX Web App C#

This tutorial will demonstrate how to build tabbed content in an ASP.NET 3.5 AJAX Web App C# In this tutorial we will be using AJAX to build a tabbed content browser. So when a user clicks a tab the AJAX will send and receive the appropriate data for the corresponding tab. To begin, we will start with...




Learn How to DataBind to an Accordion using the ASP.NET 3.5 AJAX Control Toolkit

This tutorial will demonstrate how to DataBind to an Accordion using the ASP.NET 3.5 AJAX control toolkit. In this tutorial we explore the accordion control in the AJAX Control Toolkit. The AJAX Toolkit provides multiple pane sand allows the user to display one of them at a time. Usually, panels are...




This tutorial will explore Partial Page Updates with ASP.NET AJAX. C#

This tutorial will explore Partial Page Updates with ASP.NET AJAX. C# In this tutorial we will explore ASP.NET AJAX Extensions ability to do a partial or incremental page update without doing full postbacks to the server, without any code changes and with minimal markup changes. The ability to integrate...




This tutorial will explore ASP.NET AJAX Web Services in Visual C#. Part 3

In part 3 of 3, of this tutorial we will learn how to handle complex types, create and use paging methods, and use the AutoCompleteExtender and the ASP.NET AJAX Toolkit. Learn How to Handle Complex Types These complex types that are accepted or returned by a Web service are automatically exposed through...