龙之家园  
我的博客我做主!
针对vs2003和vs2005有不同的版本:MagicAjax.dll(AjaxPanel和AjaxZone)
1.在需要引入Ajax的aspx页中引入:
<%@ Register TagPrefix="ajax" Namespace="MagicAjax.UI.Controls" Assembly="MagicAjax" %>
2.在web.config中配置:
<configuration>
     <configSections>
                      <section name="magicAjax"  type="MagicAjax.Configuration.MagicAjaxSectionHandler,MagicAjax"/>
     </configSections>>
 
     <system.web>
           <httpModules>
                       <addname="MagicAJaxModule"type="MagicAjax.MagicAjaxModule,Magi      cAjax"/>
           </httpModules>
-----必须位于第一个位置
     </system.web>
</configuration>
 
posted on 2006-09-02 04:16  zhengfeng  阅读(227)  评论(0)    收藏  举报