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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top