实现无刷新效果_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > 实现无刷新效果

实现无刷新效果

 2013/8/7 15:08:22  porray  博客园  我要评论(0)
  • 摘要:<asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager><asp:UpdatePanelID="UpdatePanel1"runat="server"><ContentTemplate><asp:RepeaterID=""runat="server"></asp:Repeater></ContentTemplate><
  • 标签:实现 无刷新
monospace; border-bottom-style: none; color: black; padding-bottom: 0px; direction: ltr; text-align: left; padding-top: 0px; border-right-style: none; padding-left: 0px; margin: 0em; line-height: 12pt; padding-right: 0px; width: 100%; background-color: white"><asp:ScriptManager ID="ScriptManager1" runat="server">                            
</asp:ScriptManager>   
                         
<asp:UpdatePanel ID="UpdatePanel1" runat="server">                            
    <ContentTemplate>   
                         
         <asp:Repeater ID="" runat="server">    
         </asp:Repeater>
 
     </ContentTemplate>                            
</asp:UpdatePanel>     
发表评论
用户名: 匿名