Monday, November 19, 2007 6:51 AM
Workign with VS.NET 2008, I noticed an odd quirk when working with Master Pages:
In the 08 version of a Master Page, you get two content areas: one in the head and one in the body. If you delete the one in the head, take it right out, the app will throw a run-time exception saying it can't find the expected control in the head.
There's no reference to it anywhere in teh code behind though...or the web.config file...and I can't believe that this would somehow be baked into the compiler somehow...looking for an answer/reason, but none yet. I mean, you can leave it in there and it won't affect anything...but just seems odd that I can't delete it outright.
D