私はaspxページにハイパーリンクを持っています。問題となる可能性がこれを解決する方法:サーバータグがうまく構成されていない
Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The server tag is not well formed.
:私は、このエラーメッセージが表示されますただし
<asp:HyperLink ID="hypDuzenle" runat="server"
NavigateUrl='<%# String.Format("javascript:window.open('~/User/K/KPrintForm.aspx?
CD={0}&CT={1}&W={2}&SN={3}&MNR={4}&PNF={5}&MDT={6}',
'MsgWindow', 'width=200, height=100')", Eval("B_CD"), Eval("B_CZ"),
Eval("B_WE"), Eval("B_SE"), Eval("MAT"), Eval("SAT"), Eval("MAN"))%>'
ImageUrl="~/img/printer.png">
</asp:HyperLink>
:私はこのようにそれを編集しますか?
このハイパーリンクがありますでしょうか? GridViewの内部で使用していますか? – Win
はい、ハイパーリンクはDevExpress AspxGridViewにあります。 – 1teamsah