日期:2014-05-20 浏览次数:20898 次
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
    <ContentTemplate>
       <div>
   
      //repeater控件或者gridview控件的内容
        <br />
       
    </div>
    </ContentTemplate>
    </asp:UpdatePanel>
 
    </form>
</body>
</html>
我原来写好像修改数据库中的数据时,页面会及时显示的,可今天怎么就不及时显示了呢
是不是要设置什么东东啊!我忘了,请大家帮忙一下!