Tagged Questions
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.