动态改变 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();
}

浙公网安备 33010602011771号