W
WT
Hello,
I have a usercontrol loaded in a page with a theme.
This usercontrol contains columns template with hyperlinks, with skinID.
The columns are not displayed, seems thta there is some not traceable
exception triggered and the all binding is stopped.
But this same named skinid is working for hyperlinks outside templates.
Is it a knwn problem ?
Thanks for help.
CS
Here is a sample of my code:
<asp:datagrid id="myDataGrid" runat="server" width="100%"
AutoGenerateColumns="False" EnableViewState="False" AllowSorting="True">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:HyperLink Text="<%$ Resources:ResourcesGen,EDIT %>"
SkinID="editHyperLink" NavigateUrl='<%#
BuildUrl(Config.ModulesPath+"/Cont/ContEdit.aspx",PageNum,"ItemNum=" +
DataBinder.Eval(Container.DataItem,"ItemNum"))%>' Visible='<%# IsEditable
%>' runat="server" />
</ItemTemplate>
</asp:TemplateColumn>
I have a usercontrol loaded in a page with a theme.
This usercontrol contains columns template with hyperlinks, with skinID.
The columns are not displayed, seems thta there is some not traceable
exception triggered and the all binding is stopped.
But this same named skinid is working for hyperlinks outside templates.
Is it a knwn problem ?
Thanks for help.
CS
Here is a sample of my code:
<asp:datagrid id="myDataGrid" runat="server" width="100%"
AutoGenerateColumns="False" EnableViewState="False" AllowSorting="True">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:HyperLink Text="<%$ Resources:ResourcesGen,EDIT %>"
SkinID="editHyperLink" NavigateUrl='<%#
BuildUrl(Config.ModulesPath+"/Cont/ContEdit.aspx",PageNum,"ItemNum=" +
DataBinder.Eval(Container.DataItem,"ItemNum"))%>' Visible='<%# IsEditable
%>' runat="server" />
</ItemTemplate>
</asp:TemplateColumn>