Localization resources not changing on certain hyperlink controls in a page

后端 未结 1 1829
無奈伤痛
無奈伤痛 2021-01-26 13:00

\"Enter

Above is the screenshot of the site in development...

We have a DropdownLi

相关标签:
1条回答
  • 2021-01-26 13:07

    I changed the HyperLink control to the following syntax and voila! It's working now.

    <li>
        <img src="/images/my-listing.png" alt="" align="absmiddle" /><a ID="hlnkMyProperties" runat="server"><%= GetLocalResourceObject("hlnkMyProperties")%></a>
    </li>
    
    0 讨论(0)
提交回复
热议问题