| Tutorial Title | Tutorial Description | |
| Ajax First Example | This tutorial will show you how to pass and receive data between the server and the client using Ajax. | Select |
| Loading and Parsing XML with Ajax | This tutorial will teach you how to load an XML file, parse it and display on a web form using Ajax. | Select |
| Ajax using Get Request | This tutorial has the objective to introduce you to Ajax. You can call methods on the server without refreshing the browser using Ajax. You can use the GET or POST methods. In this tutorial, you will use the GET method. | Select |
| Ajax Drop Down List | In this tutorial you will learn how to make the selected value of the first drop down list determine the content of a second drop down list without causing a post back. | Select |
| Ajax enabled DataGrid - Chat Application Example | In this tutorial you will learn how to create a chat application using Ajax. You will make an ASP.NET DataGrid control Ajax enabled. | Select |
| Three Dropdownlists using AJAX | In this tutorial, you will learn how to use the KYNOUAJAXContainer control to make three dropdownlists interact with each others using AJAX. | Select |
| AJAX Online Users Example | In this tutorial, you will learn how to use the KYNOUAJAXContainer control to monitor the users that are online on your website. Once again, the benefit of using the KYNOUAJAXContainer control is the fact that the whole AJAX mechanics is implemented autom | Select |
| AJAX Chat App using KYNOUAJAXContainer control | In this tutorial, you will learn how to use the KYNOUAJAXContainer to create a chat application. Under the hood AJAX will be used to pass and get data to/from the server. But thanks to the KYNOUAJAXContainer control, you will not need to code the AJAX fun | Select |
| GridView Auto-refresh | In this tutorial you will learn how to use the KYNOUAJAXContainer control to auto-refresh the content of a GridView control every x milliseconds, where x – in this example – will be 1000 which is a second. | Select |