Archive for posts tagged with 'calendar'
-
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…
-
Mozilla Prism – Bringing Web Apps to the Desktop
I feel like I’ve been living under a rock for the last couple of months. I’ve only just heard about Mozilla’s Prism – and it’s already changing the way I use web-apps. Prism, (previously called WebRunner), is essentially a Site Specific Browser (SSB) – meaning that it’s a desktop application designed to host a single web-application. This is good for many reasons, foremost it causes less distractions. So far, I have prisms set-up for most…