+ -

MagicAjax的使用方法

时间:2011-06-17

来源:xuebingz

在手机上看
手机扫描阅读

MagicAjax的用法

1.在MagicAjax.net里下载MagicAjax的压缩包。

   把MagicAjax.dll添加引用到你的项目的bin目录下面。

2.在工具箱添加MagicAjax

3.在web.config中的添加

   <configSections>

        <section name="magicAjax" type="MagicAjax.Configuration.MagicAjaxSectionSectionHandler,MagicAjax" />

   </configSections>

   <system.web>

          <httpModules>

               <add name="MagicAjaxModule" type="MagicAjax.MagicAjaxModule,MagicAjax" />

          </httpModules>

   </system.web>

这样MagicAjax就可以使用了。