一些Attributes应用
this.aa.Attributes.Add("class","Dialoginputline");
this.aa.Attributes.Add("onclick","window.open('bb.aspx','_self');");
this.aa.Attributes.Remove("ondblclick");
this.aa.Attributes.Add("readonly","");
this.aa.Attributes.Remove("readonly","");
等等
this.aa.Attributes.Add("onclick","window.open('bb.aspx','_self');");
this.aa.Attributes.Remove("ondblclick");
this.aa.Attributes.Add("readonly","");
this.aa.Attributes.Remove("readonly","");
等等
浙公网安备 33010602011771号