Welcome to Community Server Sign in | Join | Help

Friday, April 04, 2003 - Posts

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
posted by grant | 7 Comments
Filed Under:

Standard Date Formats, TimeZones

Gudge writes: So, if I'd looked at the docs for System.DateTime.ToString I'd have realised that it implements the RFC822 format. All I needed to do was pass "r" as the parameter to ToString. So my code now does that, or will do when it props. And it includes
posted by grant | 0 Comments
Filed Under: