在Repeater控件,Repeater1控件中都有FooterTemplate模板.但你在后台中如何去找FooterTemplate中的控件呢?...
生活随笔
收集整理的這篇文章主要介紹了
在Repeater控件,Repeater1控件中都有FooterTemplate模板.但你在后台中如何去找FooterTemplate中的控件呢?...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在Repeater控件,Repeater1控件中都有FooterTemplate模板.但你在后臺中如何去找FooterTemplate中的控件呢?
?
如.<FooterTemplate>
??? <tr>
??????????<td style="padding-left:10px; text-align:left;">
???????????????<asp:Label ID="lbCurrency" runat="server" Font-Bold="true" />
??????????</td>
?????</tr>??
</table>
?????</FooterTemplate>
?
這樣就可以找到了:
??Label lbCurrency = (Label)Repeater1.Controls[Repeater1.Controls.Count - 1].FindControl("lbCurrency"); //ListView1是這個主控件,或許是Repeater1
?
轉載于:https://www.cnblogs.com/hubo2008/archive/2009/07/04/1516663.html
總結
以上是生活随笔為你收集整理的在Repeater控件,Repeater1控件中都有FooterTemplate模板.但你在后台中如何去找FooterTemplate中的控件呢?...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 系统解压包怎么拉到u盘 将系统解压包传输
- 下一篇: [轉]子窗口和父窗口的函数或对象能否相互