我有以下代码。
<asp:DropDownList ID="CurrencyList" AutoPostBack="true" runat="server" OnSelectedIndexChanged="CurrencyList_SelectedIndexChanged">
<asp:ListItem Text="<%$ GetGlobalResourceObject("GlobalResourceBms", "RentPage2FilterByLabel")%>" Value="-1"></asp:ListItem>
</asp:DropDownList>
此代码抛出
解析器错误消息:不允许使用像 '<%$ GetGlobalResourceObject("GlobalResourceBms", "RentPage2FilterByLabel")%>' 这样的文字表达式。请改用“ />”。
如何在 Asp.NET 中做这件事,我需要从资源中获取字符串并将其作为下拉菜单项