I can't find a way to read resource values in a controller
+2
A:
If you're referring to string resources stored in App_GlobalResources then you can add a
using Resources;
and access them via
Strings.<name of resource>
or use
Resources.Strings.<name of resource>
Todd Smith
2009-01-02 05:46:08
Thanks a million for your warm help! + Happy New Year! ;o)
2009-01-02 06:12:29