摘要: 1、读取protected void Button1_Click(object sender, EventArgs e) { Label1.Text = ConfigurationManager.AppSettings["TestNode"].ToString(); } 2、重写Button2_Click(object sender, EventArgs e) { Configuration config = System.Web.Configuration.WebConfigurationManager.OpenWebCon... 阅读全文
posted @ 2012-11-06 11:46 *码兔兔 阅读(275) 评论(0) 推荐(0)