在Imagebutton上添加标准属性

来源:互联网 发布:mac照片流在哪里 编辑:程序博客网 时间:2024/05/22 13:18
protected void Page_Load(object sender, EventArgs e)    {        //this.btnOk.Click += new EventHandler(btnOk_Click);        LblMessage.Visible = false;        ibtnOK.Attributes.Add("onmouseover", "this.src='../App_Themes/DefaultThemes/Images/Common/loginba.png'");        ibtnOK.Attributes.Add("onmouseout", "this.src='../App_Themes/DefaultThemes/Images/Common/loginb.png'");    }
原创粉丝点击