Server Intellect
 
Home   Asp.Net Tutorials   What's New   Newsletter   More Resources
 
 
  Categories
Advanced Technologies
AJAX
Internet Browsers
Controls
Database
Email
Error Handling
File
Graphics
Website Navigation
Network
Performance
User Interface and Themes
Validation
Visual Web Developer
Web Services
XML
Suggest Tutorial


Navigator: Home - Tutorials - AJAX
ASP.NET AJAX Tutorials and Code Samples


ASP.NET AJAX Tutorials
Installing AJAX Control Toolkit in Visual Studio 2008
This tutorial will guide you through installing Microsoft's AJAX Control Toolkit in Visual Studio.NET 2008.
Creating Online Poll System with Percentage Results VB
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
Creating Online Poll System with Percentage Results C#
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#
AJAX-Enabled Advanced Calendar in ASP.NET and VB
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.
AJAX-Enabled Advanced Calendar in ASP.NET and C#
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.
AJAX-Enabled Calendar Control in ASP.NET and VB
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.
AJAX-Enabled Calendar Control in ASP.NET and C#
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.
Creating & Changing Dynamic Controls using AJAX & VB
This tutorial shows how we can use AJAX to dynamically interact with controls, without using postback or refreshing the page. VB version.
Creating & Changing Dynamic Controls using AJAX & C#
This tutorial shows how we can use AJAX to dynamically interact with controls, without using postback or refreshing the page. C# version.
AJAX Generate Random Names from Array in VB
This tutorial will show how we can use AJAX to dynamically generate a list of random names without calling postback. VB version.
AJAX Generate Random Names from Array in C#
This tutorial will show how we can use AJAX to dynamically generate a list of random names without calling postback. C# version.
AJAX working with DropDownLists using VB.NET
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 working with DropDownLists using ASP.NET 2.0 C#
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 using ASP.NET 2.0 and VB
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 using ASP.NET 2.0 and C#
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.



 
  Developer Resources







Server Intellect Rocks