Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Ajax enabled DataGrid - Chat Application Example (ASP.NET)

Hi guys,

I just want to let you know that I just created a new tutorial that walks you through the steps of creating an ASP.NET Chat application using AJAX. It doesn't just show you how to use AJAX in a chat app but also how to make an ASP.NET control AJAX-enabled. In this example, I make a DataGrid turn into a DataGrid AJAX enabled.
To launch the tutorial, go to www.KYNOU.com, click on the "Tutorial Index" link, click on the AJAX node in the tree and click on the "Select" button next to the tutorial called "Ajax enabled DataGrid - Chat Application Example".
Keep in mind that this site is a search engine, so another way to find the tutorial (or even other tutorials) is by searching for it.

I hope you guys like it :)
[757 byte] By [LeProgrammeur] at [2007-11-11 8:46:29]
# 1 Re: Ajax enabled DataGrid - Chat Application Example (ASP.NET)
There is also a tutorial walking through the process of creating two drop down list where the second one is populated based on the picked value of the first one using AJAX:

http://www.kynou.com/GetTutorial.aspx?TutorialID=55
LeProgrammeur at 2007-11-11 23:42:36 >
# 2 Re: Ajax enabled DataGrid - Chat Application Example (ASP.NET)
Hi guys!

I created a control that works like an AJAX container. Basically the way it works is that all the ASP.NET controls that you place inside of the AJAX container will automatically become AJAX enabled.

For example, at the same website where I uploaded the control assembly, I also posted a tutorial that walks you through the steps to create an AJAX chat application. You will see that you can code the ASP.NET controls exactly the same way you do in other regular projects. The controls are placed inside of the AJAX container which turns them into AJAX enabled. This AJAX container also has a property called ShouldRefresh. When set to true, it will update the contents of all the ASP.NET controls inside of the container.

I uploaded this control and posted some walkthrough tutorials at http://www.KYNOU.com

Check it out!
LeProgrammeur at 2007-11-11 23:43:37 >
# 3 Re: Ajax enabled DataGrid - Chat Application Example (ASP.NET)
Can you please send me the same content in the form of file? I can readily download it.
My email ID is sunil.chalmeti@e-zest.net

Regards
Sunil
schalmeti at 2007-11-11 23:44:40 >