Categorized By AJAX

Articles in Category: 'AJAX'

Learn How Use Triggers in an UpdatePanel in ASP.NET 3.5 AJAX C#

Category: Web Development / AJAX

This tutorial will explore triggers through an UpdatePanel design in ASP.NET AJAX using Visual C#. In this tutorial we will assume that you will be working with the .NET Framework 3.5 and Visual Studio 2008. By default, triggers in an UpdatePanel include child controls that invoke a postback. A good...

Read More...

Consuming a WCF Service with Client-Side AJAX in C#

Category: Web Development / AJAX

Consuming WCF Service using Client-Side AJAX in ASP.NET 3.5 and C# Introduction In this article, we will be looking at how we can use AJAX to implement a WCF Service, so that it's methods are available to client-side JavaScript. This is an extremely powerful tool, as we are able to access the WCF Service...

Read More...

Using the AJAX Control Toolkit in ASP.NET 3.5 and C#

Category: Web Development / AJAX

In this article, we will be looking at the AJAX Toolkit from Microsoft. This article is directed at users of Visual Studio.NET 2008, but users of the 2005 version may also take part, but will be required to install the AJAX Extensions from Microsoft . The AJAX Control Toolkit is a group of AJAX Extenders...

Read More...

AJAX-Enabled Poll System using LINQ in VB.NET

Category: Web Development / AJAX

AJAX-Enabled Web Poll System using LINQ to XML in ASP.NET with VB Introduction If you've ever seen or taken part in those polls on various websites which allow all users to cast their votes on a variety of subjects, then you know what this article is going to be about. Web polls can be a very good way...

Read More...

AJAX-Enabled Comment Form in ASP.NET and C#

Category: Web Development / AJAX

Creating an AJAX-Enabled Comment Form in ASP.NET Introduction In this article, we will be looking at how we can use Visual Studio to create a comment form, or guestbook to allow visitors of our web site to leave messages, in ASP.NET with the added functionality of AJAX. This means that the comments will...

Read More...

Slider AJAX control in ASP.NET 2.0 and C#

Category: Web Development / AJAX

Slider AJAX control in ASP.NET 2.0 and C# Introduction In this article I will explain how you can easily create an AJAX enabled web site within Visual Studio 2005 utilizing C# and how to utilize the AJAX framework to add a simple control from the list of controls available in the AJAX Control Toolkit...

Read More...

DropShadow AJAX control in ASP.NET 2.0 and C#

Category: Web Development / AJAX

DropShadow AJAX control in ASP.NET 2.0 and C# Introduction In this article I will explain how you can easily create an AJAX enabled web site within Visual Studio 2005 utilizing C# and how to utilize the AJAX framework to add a simple control from the list of controls available in the AJAX Control Toolkit...

Read More...

Creating a Simple AJAX Control in ASP.NET 2.0 and C#

Category: Web Development / AJAX

A Simple AJAX control in ASP.NET 2.0 and C# Introduction In this article I will explain how you can easily create an AJAX enabled web site within Visual Studio 2005 utilizing C# and how to utilize the AJAX framework to add a simple control from the list of controls available in the AJAX Control Toolkit...

Read More...

Installing AJAX Toolkit for Visual Studio .NET 2005

Category: Web Development / AJAX

Getting Started with AJAX, ASP.NET 2.0 and C# Introduction In this article I will explain how you can integrate the AJAX framework into a web site and very easily create an AJAX enabled web site within Visual Studio 2005 utilizing C#. What this article will try to do is help point you to the helpful...

Read More...