编码 :
<telerik:RadWindow ID="window_GoogleMap" runat="server" ShowContentDuringLoad="false"
AutoSizeBehaviors="Default" Animation="Fade" OpenerElementID="btn_GoogleMap"
AutoSize="true" Skin="Metro" Behaviors="Close,Resize,Move" VisibleStatusbar="false" OnClientBeforeShow="beforeShow"
NavigateUrl='<%# "NetworksMap.aspx?ctry="+ hf_Country.Value +"&name="+ BasePage.GlobalCountryName+"&casa="+document.getElementById("<%=hf_Casa.ClientID %>").value +"&twn="+document.getElementById("<%=hf_Casa.ClientID %>").value %>'>
</telerik:RadWindow>
我很确定 hf_Casa 和 hf_Town 有值,但它给了我一个错误,即 url 设置不正确