摘要:
//首先要在PageLoad()事件中注册属性 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { Button1.Attributes.Add("onclick", "return checkSame()");//为Button1添加onclick()事件 ,Button为服务器控件 }//注意:ch... 阅读全文
posted @ 2009-05-11 09:22 hyd309 阅读(274) 评论(1) 推荐(0) 编辑