How to find your temporary asp.net executing assemblies location
Monday 18 August 2008 @ 12:22 pm
Seems, I keep forgetting where the temporary files asp.net uses. The reason it’s nice to know is sometimes you may want to open them with Reflector to see the generated code.  Also, sometimes, you want to delete those files because asp.net is confused and is reusing old ones.  So, here is the magic lines of [...]

Assigning a Custom Label Value in a ASP.NET GridView Using ObjectDataSource
Wednesday 6 August 2008 @ 7:10 am
In my previous post, Assigning a DropDownList Value in a ASP.NET GridView Using ObjectDataSource, I discussed how to put a DropDownList value in a GridView.  As I explained, my motivation was to answer a common question that appears on often on the forums.  If you are wondering what my process is for deciding what to [...]

Using LINQ to Merge Mailing Lists and Filter Opt OutsBuilding the Code Camp Web Site (Article 5)
Thursday 3 July 2008 @ 8:33 am

Combining two mailing lists with LINQ, then removing a third is demonstrated in this post. Using C# 3.0 with .Net 3.5 allows us to leverage LINQ to make this an easy process. This post shows and explains the LINQ code to do this




Creating a Theme For Each Year of Code Camp Using Skins in ASP.NETBuilding the New Code Camp Web Site (Part 3)
Sunday 25 May 2008 @ 3:17 pm

In this post, we discuss how to use themes and skins together in an ASP.NET web site. A complete example is shown including the web.config, a master page and the theme.skin file. This is an ongoing series of the trials and tribulations of building a new code camp web site.



Multi Level ASP.NET Menu with CSS Friendly Control AdaptersBuilding the New Code Camp Web Site (Part 2)
Monday 19 May 2008 @ 3:38 pm

This article discusses the CSS Friendly Adapters and how they are integraged with the ASP.NET 2.0 menu control. It shows the default html created by a sample menu control without the Friendly Adapters, as well as showing the html created using the Friendly Adapters.



Best Practices for Building an asp.net quality web siteBuilding the New Code Camp Web Site (Part 1)
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



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.



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).



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.



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.


Comments (4) - Posted in ASP.NET 2.0  


Next Page