close
添加onFocus & onBlur
txtEmail.Attributes.Add( "onFocus", "this.style.backgroundColor='aliceblue';" );
txtEmail.Attributes.Add( "onBlur", "this.style.backgroundColor='white';" );
全站熱搜