asp:timer的权限与操作注意

1,asp:timer无法获取和设置——ContentTemplate范围之外的值。

<asp:UpdatePanel ID="UpdatePanelTimer" runat="server">
<ContentTemplate>

2,ContentTemplate范围的timer值,可以在后台获取。

3,上面的格式不能错,不能加入其它的东西

原文地址:https://www.cnblogs.com/bluestear/p/9527582.html