在后台代码中设置html服务器控件style属性代码如下:

有一html服务器控件前台代码如下:

<span id="divtime" runat="server">提醒时间:提前
 
<asp:TextBox ID="TextBox2" runat="server" Width="113px"></asp:TextBox><asp:RegularExpressionValidator ID="RegularExpressionValidator1"  runat="server" ControlToValidate="TextBox2" Display="Dynamic" ErrorMessage="提醒时间输入格式不正确!"
 alidationExpression
="^\d+$">*</asp:RegularExpressionValidator>
 
</span>
在后台设置其style属性代码如下:

语法:control.Attributes[
"属性名"]=“属性值”;

 divtime.Attributes[
"style"= "display:none";  divtime.Attributes["style"]="display:''";
posted on 2007-07-12 12:22  阳春  阅读(685)  评论(0)    收藏  举报