Posts
All the articles I've posted.
Silicon Valley Code Camp 07 at Foothill College, Great Success!!!
Published: at 08:00 PM<p>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. </p> <img src="/wp/Images/svcodecamp07/PaloAltoNewsCodeCamp_t.jpg" alt="Silicon Valley Code Camp Palo Alto Daily News" />
Using Using in c# ado.net business classes used with ObjectDataSource in ASP.NET 2.0
Published: at 08:00 PMA 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
Published: at 08:00 PMPlease come join me for my presentation at Foothill College this coming weekend on Silverlight.
Silicon Valley Code Camp Schedule Almost Ready!
Published: at 08:00 PMSilicon Valley Code Camp Schedule Almost Ready... come back in a couple days.
How to Set the Default Value of a DropDownList in an ASP.NET Page
Published: at 08:00 PM<p> 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</p>