Turn ASP.NET controls into AJAX-enabled controls

Hi guys! I created a control that works like an AJAX container. Basically the way it works is that all the ASP

Turn ASP.NET controls into AJAX-enabled controls

Turn ASP.NET controls into AJAX-enabled controls

     

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!

Read full Description