10:更新标签
<asp:Button ID="Button1" Text="Refresh Panel" runat="server" />
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" UpdateMode="Conditional" runat="server">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Button1" />
</Triggers>
<ContentTemplate>
<fieldset>
<legend>UpdatePanel 内容</legend>
<%=DateTime.Now.ToString() %>
</fieldset>
</ContentTemplate>
</asp:UpdatePanel>
<!—定时器设置UpdatePanel刷新时间à
<asp:Timer ID="Timer1" runat="server" ontick="Timer1_Tick" Interval="10000"></asp:Timer>
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="Panel1" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:Label ID="timeLabel1" runat="server" CssClass="m_label" ></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
11:获取当前时间
this.timeLabel1.Text = System.DateTime.Now.ToString();
12:网页嵌套
<iframe width="100%" height="170" src="top.aspx" scrolling="no" frameborder="0" style="width:100%"></iframe>
13:网页显示CO2 将字变小
CO<sub>2</sub>换算