我嘗試從中繼器內部的linkbutton打開彈出窗口。這裏是我的代碼:中繼器的服務器標籤格式不正確C#
<asp:Linkbutton cssclass="blue-button" id="LinkbtnPrint" runat="server" CommandName="PrintItem" CausesValidation="false" OnClick="javascript:dnnModal.show('<%# DotNetNuke.Common.Globals.NavigateURL("RptAppendixI","doanhnghiepid",Request.QueryString["doanhnghiepid"],"NamBC",NamBC2.ToString(),"ThangBC",ThangBC2.ToString(),"mid",Moduleid.ToString())+"?popUp=true" %>',false,580,950,false)">
<i class="fa fa-print" aria-hidden="true"></i>
</asp:Linkbutton>
我得到錯誤信息:「System.Web.HttpParseException:服務器標記的格式不正確。」 我該如何解決這個問題?
最後我解決了它,通過使用另一種方法。但我能明白什麼是錯的。感謝您的幫助。 – Gacom111haaa