Silicon Valley Code Camp 07 at Foothill College, Great Success!!!
Monday 29 October 2007 @ 8:13 pm

We all really out did ourselves this year. Not only did we attract an outstanding panel of speakers, an awesome collection of attendees, but the local newspapers recognized the event for what it was and ran a front page story about it.

Silicon Valley Code Camp Palo Alto Daily News

Using Using in c# ado.net business classes used with ObjectDataSource in ASP.NET 2.0
Monday 29 October 2007 @ 6:28 pm
A short post and example on how to use the C# syntax Using. The example is for an ado.net business object that can be used with an ObjectDataSource. This saves you the trouble of disposing of your objects properly, as well as doing it at the right place.

Silicon Valley Code Camp Presentation Sunday 10/28, 1:15 at Foothill College
Monday 22 October 2007 @ 3:25 pm
Please come join me for my presentation at Foothill College this coming weekend on Silverlight.

Silicon Valley Code Camp Schedule Almost Ready!
Saturday 20 October 2007 @ 6:46 pm
Silicon Valley Code Camp Schedule Almost Ready… come back in a couple days.
Comments (0) - Posted in Community  


How to Set the Default Value of a DropDownList in an ASP.NET Page
Wednesday 17 October 2007 @ 10:44 am

This article shows how to set the default Value of a DropDownList Control when using asp.net 2.0. It uses the DataBound event to do it. A full page example which can be cut and paste is included