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
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