Thursday, August 07, 2008
Empty Design View in Visual Studio 2008 for User controls
Just a tip, if you are facing this issue, there's a fix for it
Though I didn't have any style tags in my User control but I'm using Ajax Validator Callouts in my application that insert style information into the head tag at runtime so I moved the following at the end of my user control markup and it worked.
<head id="Head1" runat="server"></head>