-
Archives
-
Meta
Monthly Archives: August 2007
Accordion Magic
Being a huge fan of anything that makes my life easier, I’ve been using scriptaculous for a while. I recently found stickman’s accordion and was very pleased with its performance compared to the asp.net ajax accordion. (Mostly I was pleased … Continue reading
Posted in Javascript
9 Comments
A new tutorial – Validation of Query Parameters
This time I’ve added a tutorial on validating query string parameters. Hope you like it.
Posted in Tutorials
Leave a comment
Fix DBNull Conversion Errors
I had this really annoying problem earlier today with binding strongly typed datasets to a textbox. The fields I was binding from was sometimes null, causing this conversion exception that I couldn’t figure out how to catch. Turns out there’s … Continue reading
Posted in Exceptions
Leave a comment