Request best practice for ResourceManager

  • Thread starter Thread starter Franz
  • Start date Start date
F

Franz

I know how to use ResourceManager, but I think I don't use it wisely.

I have a web user control. Inside the control, I need to call
ResourceManager.GetString. However, I also need to call
ResourceManager.GetString for my web page body. Therefore, I need to create
2 ResourceManager instances in total. I think it is too big for putting
inside the Session.

I just want to know is there any practice for ResourceManager?

Thanks.
Franz
 

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