1. Add a new web form in Visual Studio.NET 2003, say Webform1.aspx 2. Switch to the HTML view of Webform1.aspx, then add a line as follows: <asp:Label=”lblFirstName” Runat=”server” CssClass=”label-cell”>First Name:</asp:Label> Note: the “ID” and the space before “ID” are missing. 3. Switch to the Designer view, Visual Studio.NET 2003 freezes up. 4. Launch the Process Explorer and notice the CPU usage of Visual Studio.NET 2003 is around 45-50%. Same result with other server controls. You […]
Daily Archives: January 31, 2009
1 post