I am in the process of localizing a web app using a combination of local and global resource (.resx) files.
I have noticed that if I change the resx file that it does not automatically update on the ASPX page. I have tried sevearl different approaces, rebuilding project, starting and stopping IIS etc But nothing seems consistant.
Is there anything I need to do after changing a value in a RESX file?
PS If I access the RESX from a code behind page it gets the new changes, but if its on the ASPX Page it doesn't get the most recent
aspx page using
HeaderText
="<%$ Resources:HeaderCol3%>"
Thanks in advance
Jeff