if(!IsPostBack)
            {
                ChangeGetCodeImage();
              }



 /// <summary>
        /// 鼠标经过改变获取验证码图片按钮的图片
        /// </summary>
        private void ChangeGetCodeImage()
        {
            this.ibtGetCode.Attributes.Add("onmouseover", "this.src='/Images/getcode2.png'");
            this.ibtGetCode.Attributes.Add("onmouseout", "this.src='/Images/getcode3.png'");
        }

 

相关文章:

  • 2021-04-27
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-12-02
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
相关资源
相似解决方案