Canceling AutoPostBack for Asp.Net DropDownList

January 25, 2010
Tags: ,

In my most recent project, I decided to prompt the user before doing a post back when a DropDownList changed. In order to do so, you need to add an “onchange” event to your DropDownList. It should look something like: onclick=”if(!SomeFunction(this)) return false;” Some Notes: “SomeFunction” is a javascript function that returns true or false [...]

0

Simple Copy Files & Folders Script in Python

January 22, 2009
Tags: , , , ,

As I’ve mentioned before, I use Microsoft’s Windows Home Server as my home’s central data store. Recently, I upgraded from the trial to the full version. Since I was going to upgrade the installation, I figured that I might as well (slightly) upgrade the server itself. As such, I wanted to copy off the data [...]

6