不是我不愿意贴,那程序写的很烂,几个文件套在一起,htc里边还套了htc也不好贴。我是想问问这种情况一般会因为什么引起
sb.Append("<TEXTAREA "+disabled+" editstyle='textarea' ID='"+this.JHInfo.ClientID+"' ");
sb.Append(" modify='"+this.JHInfo.Modify+"' ");
sb.Append(" tableName='"+this.JHInfo.TableName+"' ");
sb.Append(" columnName='"+this.JHInfo.FieldName+"' ");
sb.Append(" onchange=' valueChange("+this.JHInfo.ClientID+")' ");
sb.Append(" onfocus=' obj_focus(this)' ");
sb.Append(" onblur=' obj_blur(this)' ");
sb.Append("STYLE='HEIGHT:"+this.JHInfo.Height+";WIDTH:"+this.JHInfo.Length+";"+this.JHInfo.InputStyle+"'  tabIndex='"+this.JHInfo.TabOrder+"' isPost='"+this.JHInfo.IsPost+"'>");
sb.Append(HttpUtility.HtmlEncode(Convert.ToString(this.Value)));
sb.Append("</TEXTAREA>");选中一段文字拖放操作还很正常