AjaxPanel控件说明

AjaxPanel控件说明
☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆

    Title      :AjaxPanel只要在页面中将AjaxPanel作为父控件, 则它内部的控件在运行时无刷新
    Description:
    version    : 1.0              Date      :13:41 2008-4-11
    Author       : TianzhenYu/田振宇/Nick(Tim)  Contact    :MSN:zhenyu_tian@hotmail.com
☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
─────────────────────────────────────────────────*/
//★⑴条件:
        ①把 AjaxPanel 添加到工具箱中.Magicajax.dll

        ②在 Web.Config文件的: <configuration> 节,添加如下配置:

        ③把 AjaxPanel 添加到Page中

        ④应用控件方法,将和Web1.0一致
       
//★⑵代码:

<configSections>
     <section name="magicAjax" type="MagicAjax.Configuration.MagicAjaxSectionHandler, MagicAjax"/>
    </configSections>
    <magicAjax outputCompareMode="HashCode" tracing="false">
       <pageStore mode="NoStore" unloadStoredPage="false" cacheTimeout="5" maxConcurrentPages="5" maxPagesLimitAlert="false"/>
    </magicAjax>
<configSections>

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

//★★★

/*─────────────────────────────────────────────────

posted @ 2011-01-18 18:58  稽首本然  阅读(181)  评论(0编辑  收藏  举报