Change WebForm's pageLayout to Flow forever
I don't know who likes Grid layout by default, I'm not sure I even like Designer as the default/initial view for WebForms. You can change this setting in the project's properties dialog. Which I think I've now done a thousand times (or so it seems).
Silly not to have fixed it forever already. Go to
Microsoft Visual Studio .NET 2003\VC#\VC#Wizards (assuming default install directory, go where you need to for your version/install of VS.NET). Open
DefaultWebProject.csproj, add the following attribute line to VisualStudioProject/CSHARP/Build/Settings.
DefaultHTMLPageLayout = "Flow"Save, done. Only tested on my two installs, 1.1, ymmv (but it's easy enough to correct if it goes awry or so I presume).
The VB.NET point of insertion would be along the lines of Microsoft Visual Studio .NET 2003\Vb7\VBWizards\WebApplication\Templates\1033, WebApplication.vbproj, VisualStudioProject/VisualBasic/Build/Settings, or so I surmise.