2020年6月11日 星期四

Views

ASP.NET 控制項使用

1.TextBox

前端寫法
<asp id="txt1" runat="server" style="display: none;"></asp>

後端針對css操作
(1)刪除屬性 txt1.Stlye.Clear();
(2)增加屬性 txt1.Stlye["background"]="yellow";
txt1.Attributes.Add("style","font-size:xx-small";color:#666666);

沒有留言:

張貼留言