-1
這條線正在收到錯誤消息,我該如何解決它?解析器錯誤消息:服務器標記格式不正確。我無法找到錯誤
<asp:TextBox id="txtInventory" runat="server" onfocus=HighlightGridRow()
BorderStyle=None ReadOnly=True CssClass="SolRegText" STYLE=width:115;"
tabIndex="-1" Text="<%# DataBinder.Eval(Container.DataItem,InventoryIDColumnName) %>">
</asp:TextBox>
什麼錯誤信息? – Dmitry
'onfocus = HighlightGridRow()'=>'onfocus =「HighlightGridRow()」'? – JustBaron