Themes not working sometimes.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SmVycnkgQw==?=

    Themes not working sometimes.

    I am setting the src of a Iframe in the page load like this:
    fraContent.Attr ibutes.Item("sr c") = "Splash.asp x"

    and sometimes the themes do not work. The page displays in the browser but
    the themes are not applied. The <link ... is on the page when I look at the
    soruce.

    Any Ideas.

    Thank you,
    --
    Jerry
  • Jialiang Ge [MSFT]

    #2
    RE: Themes not working sometimes.

    Hello Jerry,

    Sorry for the incorrect link to the article "How to: Apply ASP.NET Themes
    Programmaticall y".
    The link should be:


    If you have any other concerns or need anything else, please feel free to
    let me know.

    Regards,
    Jialiang Ge (jialge@online. microsoft.com, remove 'online.')
    Microsoft Online Community Support

    =============== =============== =============== ====
    When responding to posts, please "Reply to Group" via your newsreader
    so that others may learn and benefit from your issue.
    =============== =============== =============== ====
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Comment

    • =?Utf-8?B?SmVycnkgQw==?=

      #3
      RE: Themes not working sometimes.

      Jialiang,

      Thank you for your reply. The problem only occurs SOME of the time so all
      the links are about appying the themes and if the code was not correct the
      themes would not be there ALL of the time not just SOME of the times.

      Anyway.

      I have fixed the problem. This does not explain why the problem occured in
      the first place. I placed a system.threadin g.thread.sleep line in the
      LoadComplete event of the page. this seemed like the same problem solved by
      the waitForEvents in window forms.

      Have you seen any of this kind of problem.

      Thank you
      --
      Jerry


      "Jialiang Ge [MSFT]" wrote:
      Hello Jerry,
      >
      Sorry for the incorrect link to the article "How to: Apply ASP.NET Themes
      Programmaticall y".
      The link should be:

      >
      If you have any other concerns or need anything else, please feel free to
      let me know.
      >
      Regards,
      Jialiang Ge (jialge@online. microsoft.com, remove 'online.')
      Microsoft Online Community Support
      >
      =============== =============== =============== ====
      When responding to posts, please "Reply to Group" via your newsreader
      so that others may learn and benefit from your issue.
      =============== =============== =============== ====
      This posting is provided "AS IS" with no warranties, and confers no rights.
      >
      >

      Comment

      Working...