Archive for posts dated 'November 2008'
-
November 2008
-
Lil’ Bookninja
After helping Bookninja with their blog, George kindly sent me some swag, (or “thanking him by advertising on his chest“, as George put it), including a baby-grow (we were expecting Katelyn at the time). Well, 9 months later, Katelyn fits into the baby-grow (she’s always been quite a small baby). I promised George that I’d sent him a photo when we got chance. It was by pure coincidence that I was wearing a WordPress hoodie!…
-
Populating multiple DropDownList controls with generic ListItem array
I’ve just had some fun spending the last half-an-hour trying to figure out why when I used the SelectedValue property of a DropDownList, it also set the value of another DropDownList control. Here’s some background to the problem. On my web-form, I have 2 fieldsets, one for a "Start Date", the other for an "End Date". For each fieldset there are 3 DropDownList; Day, Month and Year. Now rather than populating the values declaratively, using…
-