摘要:
前台代码:<form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <div><asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" onselectedin 阅读全文
摘要:
拉了一个ScriptManager 在拉UpdatePane 在UpdatePane里面放一个Ajax控件Timer,设置时间间隔1000,在放个Label1 ,页面代码为:<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><%@ Register Assembly="System.Web.Extensions, Version=1.0.61025. 阅读全文
摘要:
//2011年10月31日 this.Label6.Text = System.DateTime.Now.ToString("D"); //2011-10-31 this.Label7.Text = System.DateTime.Now.ToString("d"); //2011年10月31日 16:10:15 this.Label8.Text = System.DateTime.Now.ToString("F"); //2011年10月31日 16:10 this.Label9.Text = System.DateTime.Now 阅读全文