梁某人

发展才是硬道理

导航

2005年4月20日 #

IsPostBack疑惑

摘要: private void Page_Load(object sender, System.EventArgs e) { if(!IsPostBack) { .... } } 跟 private void Page_Load(object sender, System.EventArgs e) { if(IsPostBac... 阅读全文

posted @ 2005-04-20 02:58 涛仔28 阅读(329) 评论(0) 推荐(0) 编辑