Two VS.NET ASP.NET tweaks
I sent two items to Marcie last week in response to two of
her issues with VS.NET. Both are simple, one's a previous post, one's a new one:
To turn off Grid mode for ASP.NET layout forever
do this. (And no, I don't use the designer much myself, but just the default grid showing up makes me see red.)
To change AutoEventWireup to default to true, navigate to:
[VS.NET Install Folder]\VC#\VC#Wizards\CSharpAddWebFormWiz\Templates\1033
Change the AutoEventWireup setting there (and anything else you want to have done in new WebForms by default). That's the C# path, I'm sure the VB.NET analog isn't too tough to figure out. I personally don't use AutoEventWireup, I like the explicit assignment, but I think that's just me being neurotic.
These are hardly great revelations, I mainly want to see if my new trackback autodiscovery works in its little background queue. :)