slt tt le monde;
voiçi le code de mon repeater:
---------
<asp:Repeater runat="server" ID="CompanyListRepeater">
<HeaderTemplate>
<table border="0" cellpadding="3" cellspacing="0" width="100%" class="itemBac">
<asp:Label ID="lblPaper" runat="server" Text="Paper" ></asp:Label> </td>
<td width="40px" align="center">
<asp:Label ID="lblCD" runat="server" Text="CD"></asp:Label> </td>
<td width="40px" align="center">
<asp:Label ID="lblPDF" runat="server" Text="PDF" meta:resourcekey="lblPDFResource1"></asp:Label>
</HeaderTemplate>
<ItemTemplate/>..............
<FooterTemplate/>...........
</asp:Repeater>
---------------
en fet j'essay d le rendre multi-langue;
mais quant je fais(en C#) : lblPaper.Text="papier"; ça marche pas
j'ai essayer :label lb=(label)CompanyListRepeater.Findcontrole("lblPaper");
lb.Text="papier";
mais ça marche pa aussi.
y a t'il un moyen d faire celà ??
Partager