我尝试在 ASP.NET 的文本框占位符标记中使用 Kentico CMS 助手,但它不起作用。当我尝试编译它时,我得到了错误:“名称 txtPassword 在当前上下文中不存在”。
你能解释一下为什么我不能那样使用它吗?我该怎么做?
<asp:TextBox ID="txtPassword" runat="server" TextMode="Password" placeholder="'<%# CMS.GlobalHelper.ResHelper.GetString("Account.Password") %>'" AutoCompleteType="None"></asp:TextBox>