2007年5月24日
摘要: 用户控件.ascx 1 2 用户控件.ascx.cs 1 public event EventHandler BtnEvent;//添加事件句柄 2 3 protected void BtnQuery_Click(object sender, EventArgs e) 4 { 5 6 slLabel.Text = "共查询到" + sl1 + "条... 阅读全文
posted @ 2007-05-24 14:33 StarLight 阅读(317) 评论(0) 推荐(0)