Home - Advertise - About KYNOU -  - Tutorial Index - Newest Tutorials - Chat Room - Advanced Search
Skip Navigation Links.
Tutorial TitleTutorial Description 
Ajax First ExampleThis tutorial will show you how to pass and receive data between the server and the client using Ajax.Select
Loading and Parsing XML with AjaxThis tutorial will teach you how to load an XML file, parse it and display on a web form using Ajax.Select
Ajax using Get RequestThis 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 ListIn 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 ExampleIn 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 AJAXIn 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 ExampleIn 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 automSelect
AJAX Chat App using KYNOUAJAXContainer controlIn 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 funSelect
GridView Auto-refreshIn 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