Posts
All the articles I've posted.
Really good Ajax using asp.net Book By Alessandro Gallo, ASP.NET AJAX in Action
Published: at 08:00 PM<br /><p>Alessandro Gallo has written a great book on Ajax in ASP.NET. I strongly recommend this book. Read on for more details.</p>
Bookmarks in Visual Studio 2008 verses Visual Studio 2005
Published: at 08:00 PM<br />Bookmarks in visual studio 2008 are not quite what I remember from visual studio 2005. Read on to see what I've found.<br />
Display Checkboxes in ASP.NET 2.0 GridView using skins
Published: at 08:00 PM<br /><p> This article shows how to take advantage of skin files to make checkboxes show up in gridview as checked, unchecked, enabled and disabled. It's tricky because skin files can not be changed dynamically at runtime. </p><br />
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.