problem with RenderOuterTable property for .net 4.0 controls
- by Mario
According to the new 4.0 framework overview, one should be able to add the attrib RenderOuterTable="false" to a control that supports the attribute and see css friendly code be spit out - in other words no html tables.
To test this, I threw a login control into a basic fresh webpage with the following code:
<asp:Login ID="Login1"…