Tagged Questions
1
vote
1answer
236 views
Resources in Application Page
I've created an application page with a dropdown that's using resources, like this:
<SharePoint:DVDropDownList ID="ContentTypesDropDown" runat="server">
<asp:ListItem Text="<%$ ...
0
votes
1answer
891 views
resx strings in application pages
I want to use strings from my resx-files in my application pages. How can I refer to my resource file?
<h2><%$Resources:MyProject,Test_String_Heading%></h2> results in page crash.