我正在尝试将资源键添加到网格视图的标题文本中,但经过很长时间,我无法管理此问题。
我尝试过像这样的编码:
<asp:BoundField DataField="CategoryName" HeaderText="<%$ Resources:ViewTC_CourseCategory,HeaderCategoryName %>"
ItemStyle-Width="12">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
我的资源文件包含如下值:
HeaderCategoryName.Text Category Name
它显示以下错误:The resource object with key 'HeaderCategoryName' was not found
实现此要求的正确方法是什么。请提供帮助。