码迷,mamicode.com
首页 > Web开发 > 详细

.NET------ 页面文本输入

时间:2020-06-11 22:02:24      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:read   nat   image   maxlength   ima   mamicode   max   out   add   

普通文本框  asp:TextBox 

技术图片

 

前面的

技术图片

<tr>
<td width="20%" align="right" bgcolor="#F5F5F5">备注:</td>
<td align="left" bgcolor="#FFFFFF" colspan="3">
<asp:TextBox onmouseout="checkTextHtml(this)" MaxLength="127"  ID="tbRemark" runat="server"  width="100%"></asp:TextBox>
</td>
</tr>

后面赋值时

技术图片

this.tbRemark.Text = gbaoming_jiankang.Remark.ToString();//备注

展示时的控制

技术图片

       this.tbRemark.ReadOnly = true;
            this.tbRemark.Attributes.Add("style", "color:#888888;");//备注

 

.NET------ 页面文本输入

标签:read   nat   image   maxlength   ima   mamicode   max   out   add   

原文地址:https://www.cnblogs.com/obge/p/13084057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!