动态改变 PopupControlExtender 的 DynamicContextKey值

 function onDetail(contextKey) {
   
        document.getElementById('<%=Panel1.ClientID%>').style.display = 'inline';

     

        var behavior = $find("<%=pce.ClientID%>");
        if (behavior) {
            behavior.populate(contextKey);
        }
      
        document.getElementById("<%=this.lblpce.ClientID%>").click();
       
       
    }

posted @ 2014-07-04 18:30  BB林业  阅读(148)  评论(0编辑  收藏  举报