K
KaOne
Hi all,
I'm trying to use the resourkey meta tag (used for localize properties)
inside a Skin file. But it seems not work.
This is the source of the CategoryDropDownList.skin file:
<asp
ropDownList runat="server"
SkinID="CategoryDropDownList"
meta:resourcekey="ddlCategoryResource">
<asp:ListItem meta:resourcekey="ListItemResource1" Selected="True" Text=""
Value=""></asp:ListItem>
</asp
ropDownList>
All function correctly except for the Text property value that should be
derived from my LocalResource file. When rendered, the first item of the
DropDownList appear blank. What's wrong?
Thanks a lot in advance.
I'm trying to use the resourkey meta tag (used for localize properties)
inside a Skin file. But it seems not work.
This is the source of the CategoryDropDownList.skin file:
<asp
ropDownList runat="server"SkinID="CategoryDropDownList"
meta:resourcekey="ddlCategoryResource">
<asp:ListItem meta:resourcekey="ListItemResource1" Selected="True" Text=""
Value=""></asp:ListItem>
</asp
ropDownList>All function correctly except for the Text property value that should be
derived from my LocalResource file. When rendered, the first item of the
DropDownList appear blank. What's wrong?
Thanks a lot in advance.