当前位置: 代码迷 >> ASP.NET >> 怎么得到Repeater的FooterTemplate中的DropDownList(ddListMove)的实例
  详细解决方案

怎么得到Repeater的FooterTemplate中的DropDownList(ddListMove)的实例

热度:8691   发布时间:2013-02-25 00:00:00.0
如何得到Repeater的FooterTemplate中的DropDownList(ddListMove)的实例
如何得到Repeater的FooterTemplate中的DropDownList(ddListMove)的实例,想在page_load中为它添加项,高手帮忙解决下:    
                                  <asp:Repeater     ID= "Repeater1 "     OnItemDataBound= "Repeater1_ItemDataBound "     runat= "server ">    
                                          <HeaderTemplate>    
                                                      <table     width= "98% "     border= "0 "     class= "huitable "     cellpadding= "0 "     cellspacing= "0 ">    
                                                              <tr     class= "top "     align= "center ">    
                                                                          <td> 邮件主题 </td>    
                                                                          <td     width= "28px "> </td>    
                                                                          <td     width= "139px "> 时间 </td>    
                                                                          <td     width= "30px "> 操作 </td>    
                                                              </tr>                                            
                                          </HeaderTemplate>    
                                          <ItemTemplate>                                                    
  相关解决方案