Building the New Code Camp Web Site (Part I), Best Practices for Building an asp.net quality web site.
Tuesday 13 May 2008 @ 11:06 am

In this article, the first steps for building a professional web site are documented. These steps include building requirements, working with a designer and starting the process to hire a css/html person

more...



Display Images with IIS7 in Vista or Windows 2008
Tuesday 1 April 2008 @ 5:38 am

How to solve problem off image not appearing in iis7. css,gif’s, etc.

more...



Why can I not Bind to a value on a DropDownList in a GridView with ASP.NET 2.0 or 3.5?
Thursday 13 December 2007 @ 5:26 pm

Learn how to bind a DropDownList in an asp.net 2.0/3.5 GridView Edit Row. This will show you how to get the data back to the database and learn why Bind does not help you (hint: SelectedValue is not our friend here).

more...



Really good Ajax using asp.net Book By Alessandro Gallo, ASP.NET AJAX in Action
Monday 26 November 2007 @ 11:29 am

Alessandro Gallo has written a great book on Ajax in ASP.NET. I strongly recommend this book. Read on for more details.

more...



Display Checkboxes in ASP.NET 2.0 GridView using skins
Friday 23 November 2007 @ 6:02 pm

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.


more...

Comments (2) - Posted in ASP.NET 2.0  


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.

more...



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

more...



Speaking Saturday 9/15 4PM at Silverlight DevCamp, San Francisco
Thursday 13 September 2007 @ 10:24 pm

Topic: Building animation into “Community Media Browser” for Leverage Software with Silverlight Alpha 1.1


more...



Silicon Valley Code Camp Integrates the DevExpress Cloud Control for Sessions
Tuesday 4 September 2007 @ 12:11 pm
Using the DevExpress CloudControl in the ASP.NET 2.0 Silicon Valley Code Camp’s web site was easy. In this short post, you’ll hear about the details and see some code.

more...



Logging From an ASP.NET 2.0 Application to a Local File
Sunday 12 August 2007 @ 5:54 pm

In this article, a very simple method is demonstrated for logging text data in an asp.net 2.0 application. It’s safe, reliable, but not very elegant. Just what you need when you want to crank something out for testing or proof of concept. It uses StreamWriter and MapPath to get it’s job done.

more...



Next Page