Custom resource providers: as simple as they seem?

  • Thread starter Thread starter Jimmy
  • Start date Start date
J

Jimmy

I should write a custom resource provider that should do something
simple: return the resource key together with the textual value in one
string. I started delving into this subject. The online examples I've
seen implement IResourceProvider but I can't get any clear idea to how
actually access the default resource provider (the resources are in
App_GlobalResources) giving the same interface to the callers.

(Using ASP.NET 2.0)

Any ideas?
Thanks,
J.
 
Back
Top