test window live writer
时间:2011-03-27 来源:木由水
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace ReponseEnd { public partial class About : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate); } protected void Button1_Click(object sender, EventArgs e) { this.TextBox1.Text = this.TextBox1.Text.ToString() + "."; } } }
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace ReponseEnd { public partial class About : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate); } protected void Button1_Click(object sender, EventArgs e) { this.TextBox1.Text = this.TextBox1.Text.ToString() + "."; } } }
测试测试

using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace ReponseEnd { public partial class About : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Response.Cache.SetCacheability(HttpCacheability.ServerAndPrivate); } protected void Button1_Click(object sender, EventArgs e) { this.TextBox1.Text = this.TextBox1.Text.ToString() + "."; } } }
相关阅读 更多 +
排行榜 更多 +