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:
<aspropDownList runat="server"
SkinID="CategoryDropDownList"
meta:resourcekey="ddlCategoryResource">
<asp:ListItem meta:resourcekey="ListItemResource1" Selected="True" Text=""
Value=""></asp:ListItem>
</aspropDownList>
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:
<aspropDownList runat="server"
SkinID="CategoryDropDownList"
meta:resourcekey="ddlCategoryResource">
<asp:ListItem meta:resourcekey="ListItemResource1" Selected="True" Text=""
Value=""></asp:ListItem>
</aspropDownList>
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.