OK, I am officially pulling my hair out. I have tried everything. Unfortunately I am going to have to let this go, because I have some other things that I have to get accomplished for this client, and I can't afford to lose anymore time messing with this.
I created my own resource file with the same name as my ascx file. The resource file is the same name as the ascx file with .resx as a final suffix. This resource file is located in the App_LocalResources folder in the same directory as my ascx file. I can't think of anything else to try. I've poured over every single minute detail. I've even made up a few details to look at!
Anyway, I will post some images here to show you what I'm dealing with and see if anything pops out to anyone else.
Here is what I am getting on my page when I click the "?" icon.
OK, so much for that. The forum won't allow me to upload images. Anyway, here is some code snippets.
In my form:
<dnn:label id="plAddress1" controlname="ctlLBLAddress1" runat="server" meta:resourcekey="plAddress1"/>
At the top of my form:
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="STWM_TAX_OE_InputSpecs.ascx.vb" Inherits="ASAP.Modules.STWM_TAX_OrderEntry.OE_InputSpecs" %>
<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v6.1, Version=6.1.20061.1030, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
The name of my form is STWM_TAX_OE_InputSpecs.ascx, and the name of my resource file is STWM_TAX_OE_InputSpecs.ascx.resx
I have entries in my resource file with names of plAddress1.Help and plAddress1.Text. Each of these name values have text strings for the values.
Can anyone see anything I'm overlooking?
Thanks.