Category Archives: Uncategorized

Ajax.NET professional

When choosing which Ajax frameworks to try I used good old Google and stumbled upon Ajax.NET professional. This is a totally free Ajax framework for ASP.NET (both 1.x and 2.0). Web site: http://www.schwarz-interactive.de/ It is really easy to define Ajax … Continue reading

Posted in Uncategorized | Leave a comment

Ajax

After reading more and more about Ajax I decided to check this technology out myself. In short Ajax (Asyncronous Javascript And Xml) is a way to call server side logic from your GUI without doing a full postback/refresh cycle. Any … Continue reading

Posted in Uncategorized | Leave a comment