How is access the resource items in a Web Application (VS 2008)?
-
I am using VS 2008 as IDE and developed web application. I am putting all the messages shown to the users in a resx file in App_GlobalResources/App_LocalResources directory. I am unable to access the resource using,
Resources.TooltipResource.MNT_CLIENT_SELECT
which is previously working fine with Website (project type). Can anyone help me to fix this problem?
Venkatesh Mookkan My: Website | Yahoo Group | Blog Spot
-
I am using VS 2008 as IDE and developed web application. I am putting all the messages shown to the users in a resx file in App_GlobalResources/App_LocalResources directory. I am unable to access the resource using,
Resources.TooltipResource.MNT_CLIENT_SELECT
which is previously working fine with Website (project type). Can anyone help me to fix this problem?
Venkatesh Mookkan My: Website | Yahoo Group | Blog Spot
The problem is solved. Previously I created under App_LocalResources and then drag dropped it into the App_GlobalResources. I removed it and created new in App_GlobalResources. Now I am able to access it.
Venkatesh Mookkan My: Website | Yahoo Group | Blog Spot