MVP Award From Microsoft for ASP.NET 2.0
Thursday 1 February 2007 @ 6:33 pm
I was surprised and happy to receive notification of being awarded the MVP for ASP.NET 2.0. During the past 18 months, I’ve spent a lot of time both learning the technology as well as being involved in the community that it supports.

Have GridView Highlight Last Inserted Record in ASP.NET 2.0
Thursday 7 December 2006 @ 4:41 pm
A question that frequently comes up in the asp.net forums is how to have a gridview show the the last record added highlighted. This articles gives a technique for doing this. It only works with SqlServer but could could be modified for other databases.

Integrating PBWiki with .Net Using the New PBWiki API, The Start of a .Net API
Monday 18 September 2006 @ 12:04 pm
In this article we will demonstrate a technique used to automatically add Wiki Pages to PBWiki using the not quite released API provided by the peanut butter guys. The demonstration will involve integrating scheduled presentations at our Silicon Valley Code Camp on October 7th and 8th each with its own Wiki Page. Without the API, creating and linking the presentation to a Wiki page would have to be an ugly manual process involving the dreaded cut and pasting of URL’s.

Rendering Images With IIS Verses an ASP.NET 2.0 Handler
Monday 4 September 2006 @ 10:38 pm
This article will compare the difference between rendering images using an HttpHandler and IIS. It will show the different request processing times for a small, medium and large bmp file. It also discusses using the DefaultHttpHandler.

Zero to Professional Web Site in Two DaysUsing Microsoft’s Visual Studio Design Templates
Monday 28 August 2006 @ 6:19 pm

It’s Monday, August 21st, we have our CodeCamp scheduled for October 7th and 8th in Los Altos California and we realize we need to have our web site to sign up and running yesterday! For those of you who don’t know what a codecamp is, basically, it’s a developer to developer weekend meeting where high quality presentations are given to an audience of enthusiastic developers. Typically, 30 or 40 speakers running simultanious presentations to 300 or so attendees. Codecamps are all Volunteer, all free, and always on a weekend. So, our web site needs to allow sign ups for speakers and their presentations, attendess to let us know they are coming, provide information about the Venue as well as ultimately provide scheduling information about classes. Most importantly, it needs to do it with style and pizazz.



Inserting Programmatically with ObjectDataSource in ASP.NET 2.0
Wednesday 7 June 2006 @ 1:21 pm
Inserting Programmatically with ObjectDataSource ASP.NET 2.0 ( ObjectDataSource1.Insert(); )   ObjectDataSource’s are great for building your own middle tier between your aspx web page and your database (or any other datastore for that matter). By binding the datasource to a databound server control like detailsview, you auto-magically get the insert behavior you are looking for. If however, you [...]

Membership Editor Works With Atlas March CTP
Friday 24 March 2006 @ 8:17 pm
Membership Editor Works With Atlas March Community Technology Preview IE and Firefox! In two previous postings I used the January version of Atlas. At MIX06, Microsoft released the next version which is known as the
Comments (7) - Posted in Uncategorized  


Published in MSDN!
Monday 9 January 2006 @ 2:50 pm
Two Articles on ASP.NET 2.0 Membership Published in MSDN. (Both can be viewed at this blog)