我正在迭代一些标记,如下所示
<title>.</title>
但是For Each drCustMsg As DataRow In dtCustMsg.Rows
Dim strMsgId As String = drCustMsg.Item("MsgId")
%>
<table border="0" runat="server" id="tblCustMsg_<%= strMsgId %>" cellpadding="0" cellspacing="0" class="shade-ml-comm">
.
.
..
.
.
.
<% Next%>
无法正常呈现。它给了我解析器错误
'tblCustMsg_&lt;%= strMsgId%&gt;'不是有效的标识符。