tha_watcha
I'm sorry to keep bothering you and (obviously) you can just ignore me if you get tired of this.
I took a look at that code behind page and in several places they are calling this.GetText, but I can't find the GetText method. [The collapse/expand sections is very irritating in Visual Web Developer] I expanded all the code and I still don't see it. It looks like the class inherits from BaseUserControl. I couldn't find that class, but finally I did. GetText is not in that class either. It inherits from UserControl, but UserControl doesn't have GetText according to MSDN. It inherits from some interfaces in the project and I don't see it there either.
I can't do a search text on the entire project because it might take hours to search the code remotely. Actually, I could set up a local project and search that, but I'm hoping you will tell me: Where in the world is GetText? And that may not solve my problem. I want to remove the Host link from my Admin menu to save space, because it basically does the same thing as the Admin link. So I commented out the call to RenderMenuItem(menuAdminItems,...this.GetText("TOOLBAR", "HOST"),...); but the link still appears. It's like a zombie link that won't die. Do you know what I'm missing here?
Thanks
Steve