The other day I was trying to get a label control to autosize vertically and struggled to do it… but there is a simple trick… […]
XP – MouseMove Event fired repeatedly by File Search Animation
This is a bug with windows XP, caused by the dog animation, that appears by default when you perform a file search. I had a standard […]
Case Sensitive T-SQL (TSQL) variables
I had an interesting problem the other day. Someone ran a sql script I had written on their SQL2005 database and it threw an error […]
SQL 2005 Unpivot Query
The other day I had need to use an unpivot query in SQL 2005. Thought it was really cool so here it is… Assume you […]
List<object> Find with delegate
Thought this was really cool. I have a generic List of objects, for example: I want to find a user by username. Usually you would […]
AJAX UpdatePanelAnimationExtender conditional enable actions
Recently I have been working with AJAX to create some intelligent controls. I have created a Format selector which looks something like the following… […]
AJAX PopupControlExtender and Dynamic Controls
I was attempting to use the PopupControl Extender the other day, to create myself a web user control for colour selection. Here is what I […]
Setting the Default Button on Pressing Enter
Issue On a page with a single text box and a button, place your cursor in the text box and press enter. The page will […]
Dynamically creating user controls in code behind
If you have a user control that you wish to dynamically add to your page the following will not work; The problem is that the […]
Bootstrapper Manifest Generator – How To Setup Custom Pre-Requisites
Edit March 2011 I have just done a newer version of this page, with pictures, you may want to check it out here BootStrapper Manifest […]
