Browse by Tags

All Tags » Cutting Edge » ASP.NET (RSS)
I posted in the past how to do a simple search engine friendly redirect using the 301 HTTP status code .  I thought this was always something that needed to be included in the framework and it looks like it finally will be in .NET 4.0.  I saw...
Repeaters have always been a necessary evil. They are simply the only practical way to do custom formatting when binding to lists of data. Oddly enough, it turns out that not everyone just wants to display a grid of data. In the past, by using the repeater...
Filed under: ,