In this tutorial we will go over Microsoft’s ASP.NET AJAX Control Toolkit’s most rich, declarative animation frameworks. This framework can be used to create animation special effects in your pages. For instance, you are able to move, resize, and fade elements in a .NET page. Most importantly, these animations are written strictly in JavaScript, free from Flash or Silverlight. |
In this tutorial we will brief you on how to handle DOM events and retrieve event information by using $addHandler() method. This method does has a lot of limitations, for instance it doesn’t enable you to pass additional information to the event handler.
|
This tutorial will show you how to use AJAX to record and display time spent on a page, whilst doing other Async postbacks without disturbing the counter. C#. |
This tutorial will guide you through installing Microsoft's AJAX Control Toolkit in Visual Studio.NET 2008. |
This tutorial will show you how to create an online poll system which makes use of AJAX, XML and LINQ and will provide percentage results. VB.NET |
This tutorial will show you how to create an online poll system which makes use of AJAX, XML and LINQ and will provide percentage results. C# |
This tutorial is a more advanced versions of using AJAX with a Calendar Control to show how we can make a Calendar control more dynamic by allowing the selected date to be transferred to a textbox without using PostBack. VB version. |
This tutorial is a more advanced version of using AJAX with a Calendar Control to show how we can make a Calendar control more dynamic by allowing the selected date to be transferred to a textbox without using PostBack. C# version. |
This tutorial shows how easy it is to use AJAX to make a Calendar control more dynamic by allow the selected date to be transferred to a textbox for without using PostBack. VB version. |
This tutorial shows how easy it is to use AJAX to make a Calendar control more dynamic by allow the selected date to be transferred to a textbox for without using PostBack. C# version. |
This tutorial shows how we can use AJAX to dynamically interact with controls, without using postback or refreshing the page. VB version. |
This tutorial shows how we can use AJAX to dynamically interact with controls, without using postback or refreshing the page. C# version. |
This tutorial will show how we can use AJAX to dynamically generate a list of random names without calling postback. VB version. |
This tutorial will show how we can use AJAX to dynamically generate a list of random names without calling postback. C# version. |
With the XMLHttpRequest object, Microsoft Internet Explorer clients can retrieve and submit XML data directly to a Web server without reloading the page. To convert XML data into renderable HTML content, use the client-side XML DOM or Extensible Stylesheet Language Transformations (XSLT) to compose HTML elements for presentation. |
With the XMLHttpRequest object, Microsoft Internet Explorer clients can retrieve and submit XML data directly to a Web server without reloading the page. To convert XML data into renderable HTML content, use the client-side XML DOM or Extensible Stylesheet Language Transformations (XSLT) to compose HTML elements for presentation. |
AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response. Applications using AJAX are legitimate today, because most browsers support the necessary technology. |
AJAX, short for Asynchronous JavaScript And XML, isn't a technology but rather a grouping of technologies. AJAX uses a communication technology (typically SOAP and XML) to send and receive an asynchronous request/response to the server, and then leverages presentation technologies (JavaScript, DOM, HTML, and CSS) to process the response. Applications using AJAX are legitimate today, because most browsers support the necessary technology. |