1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. asp.net 動態引用樣式表代碼示范

        時間:2024-06-14 23:58:48 ASP 我要投稿
        • 相關推薦

        asp.net 動態引用樣式表代碼示范

          1. 添加CSS樣式:

          Style style = new Style();

          style.ForeColor = System.Drawing.Color.Navy;

          style.BackColor = System.Drawing.Color.LightGray;

          this.Header.StyleSheet.CreateStyleRule(style, null, "body");

          2. 鏈接外部的CSS樣式表:

          HtmlLink link = new HtmlLink();

          link.Attributes.Add("type", "text/css");

          link.Attributes.Add("rel", "stylesheet");

          link.Attributes.Add("href", "~/newstyle.css");

          this.Header.Controls.Add(link);

          方法3 aa.aspx.cs public string m_StyleSrc = string.Empty; //公共變量 ,樣式文件路徑

          private void Page_Load(object sender, System.EventArgs e) {

          m_StyleSrc = "../xxx.css"; //頁面加載時賦值 }

          }

          aa.aspx

          方法4 下面這個方法沒試過,不知是否能用

          protected void Page_Onload(object sender, EventArgs e) {

          Page.StyleSheetTheme = "../css/infomore.css";

          }

          方法5 頁面:

          后臺

          this.css.Href = "css文件路徑";

        【asp.net 動態引用樣式表代碼示范】相關文章:

        Java中的動態代碼編程06-27

        ASP.NET連SQL7接口的源代碼06-06

        關于ASP.NET使用JavaScript顯示信息提示窗口實現原理及代碼05-09

        過濾HTML代碼08-29

        CSS-層疊樣式表基礎教程08-10

        asp.net的學習過程講解07-11

        ASP.NET MVC異常處理模塊簡單教程-ASP.NET教程實例推薦07-19

        引用審計依據的技巧08-28

        數控編程代碼大全05-18

        jquery提交按鈕的代碼07-28

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>