首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

无刷新效果没有用,该怎么处理

2012-06-06 
无刷新效果没有用asp:UpdatePanel IDUpdatePanel1runatserverContentTemplatediv classpro-t

无刷新效果没有用
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
  <ContentTemplate>
  <div class="pro-text">
  <div class="pro-cx">
  <uc1:Search ID="Search1" runat="server" />
  </div>
  <div class="pro-table">
  <asp:Repeater ID="reptList1" runat="server">
  <HeaderTemplate>
  <table width="975" border="0" cellspacing="0" cellpadding="0" class="dyent">
  <tr>
  <th>
  序号
  </th>
  <th>
  原料
  </th>
  <th>
  纱支
  </th>
  <th>
  密度
  </th>
  <th>
  幅宽
  </th>
  <th>
  布边
  </th>
  <th>
  品名
  </th>
  <th>
  标准
  </th>
  <th>
  质量简单说明
  </th>
  <th>
  参考报价
  </th>
  <th>
  报价日期
  </th>
  </tr>
  </HeaderTemplate>
  <ItemTemplate>
  <tr id='h<%#Eval("p_List_ID")%>' onclick='ToggleDisplay(<%#Eval("p_List_ID") %>)'>
  <td>
  <a href="#">
  <%#Eval("p_List_Number")%></a>


  </td>
  <td>
  <%#Eval("p_List_Yl")%>
  </td>
  <td>
  <%#Eval("p_List_Sz")%>
  </td>
  <td>
  <%#Eval("p_List_Md")%>
  </td>
  <td>
  <%#Eval("p_List_Fk")%>
  </td>
  <td>
  <%#Eval("p_List_Bb")%>
  </td>
  <td>
  <%#Eval("p_List_Pm")%>
  </td>
  <td>
  <a href="#">
  <%#Eval("p_List_Zlbz")%></a>
  </td>
  <td>
  <%#Eval("p_List_Zljdsm")%>
  </td>
  <td>
  <%#Eval("p_List_Xxjg")%>
  </td>
  <td>
  <%#Eval("p_List_Creater","{0:MM-dd}")%>
  </td>
  </tr>
   
   
  <tr id='d<%#Eval("p_List_ID")%>' width="100%" style="display: none" >
  <td width="100%" colspan="21">
   
  坯布克重 <%#Eval("p_List_Pbkz")%> ; 成品克重 <%#Eval("p_List_Cpkz")%> 断裂强度 <%#Eval("p_List_Dlqd")%> ; 撕裂强度 <%#Eval("p_List_Spql")%>  
   
  </td>
  </tr>
  </ItemTemplate>
  <FooterTemplate>
  </table>
  </FooterTemplate>
  </asp:Repeater>
  </div>
  </div>
  </div>
  <div class="shouye_fy">
  <webdiyer:AspNetPager ID="anp7" runat="server" PageSize="30" 


  onpagechanging="anp7_PageChanging" FirstPageText="首页" LastPageText="最后一页" NextPageText="下页"
  PrevPageText="上页" >
  </webdiyer:AspNetPager>
  </div>
  </ContentTemplate>
  </asp:UpdatePanel>

[解决办法]
你加我吧578206481

热点排行