What happened to the page layout property for Web forms in VS 2005? In 2003 there was a page layout property for the whole page then you could also add a flow layout panel or grid layout panel to the page, but I don't see either of those listed in the new tool box. Is there a way to add these components or did they get removed in VS 2005? I tried adding the following to the html for a div but it said it was an unrecognized property (or something like that).
ms_positioning="GridLayout"