zoukankan      html  css  js  c++  java
  • ApplyStyle 方法

    <script language="C#" runat="server">
        void Page_Load(Object Src, EventArgs E ) {
            Style style = new Style();
            style.BorderColor = Color.Black;
            style.BorderStyle = BorderStyle.Dashed;
            style.BorderWidth = 1;

            MyLogin.ApplyStyle (style);
            MyPassword.ApplyStyle (style);
            MySubmit.ApplyStyle (style);
        }
    </script>

    Login: <ASP:TextBox id="MyLogin" runat="server" />/<p/>
    Password: <ASP:TextBox id="MyPassword" TextMode="Password" runat="server" />
    View:  <ASP:DropDownList id="MySelect" runat="server">  ...  </ASP:DropDownList>
  • 相关阅读:
    毕设(五)ListView
    毕设(四)ListBox
    毕设(三)NotifyIcon
    hdu 1.2.3
    ZOJ 1789 The Suspects
    ZOJ 2833 Friendship
    git
    yum wget rpm
    上传绕过
    LAMP 和 LNMP
  • 原文地址:https://www.cnblogs.com/xiaobaigang/p/830524.html
Copyright © 2011-2022 走看看