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就可以使用了。

相关文章:

  • 2021-11-04
  • 2022-12-23
  • 2022-01-30
  • 2021-08-09
  • 2021-07-29
  • 2021-12-07
  • 2021-06-12
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2021-09-03
  • 2022-12-23
  • 2022-01-14
  • 2022-01-11
  • 2021-11-21
  • 2021-12-11
相关资源
相似解决方案