Sunday, February 28, 2010

Implement AJAX using Anthem.NET

Source: http://anthem-dot-net.sourceforge.net/


With Anthem.NET, you don't have to do XML or Java Scripts on your code. All you do is ensure you enclose smaller portoions of your code in an Anthem.NET panel and call
//this.Panel1.UpdateAfterCallBack = true;
from your normal routines.
Follow the source link at the top for more fireworks. It's great to do AJAX without having to learn some Java script and XML.