ASP.NET
There are 3 entries for the tag
ASP.NET
What if you need to dynamically change the Body Background-image based on whether the Page IsPostback? You have a CSS Stylesheet for the page, and that Stylesheet has a background-image defined for the body tag. So what is the [workaround]? You first must define the body tag on the page as a server control. Then you can access the body control via code in your page: 1: protected void Page_Load(object sender, EventArgs e) 2: { 3: if (!IsPostBack) 4: { 5: var rnd = new Random(); 6: // the background ......
As you can see from the screen-shots below, the syndrome may be fatal to their Website! Figure 1 In Figure 1, notice the prominent white-box (which is supposed to be a menu drop-down list) covering the player in the white uniform. Figure 2 In Figure 2, the box is wider and over to the right, covering advertising above the calendar schedule. How in the world did the Colorado Rapids become sick with this Mysterious White Box Syndrome? Well, I’m glad you asked! No, really, I am! Can’t you hear me smiling?! ......
I am the Geek who has resisted Blogging for so long,, but now I am going to take the plunge! Hopefully the waters will remain calm and tranquil, no matter what topics I choose! Technorati Tags: C#,ASP.NET,.NET,Software,So... State Soccer Association,Colorado Rapids,MLS ......