Premium
The Repeater – User Control Pattern
In my previous post in this series I showed you how a repeater is a very clean ASP.NET server control. It has a few problems though: * You cannot bind to a strongly-typed object. * If you want alternating items you have to write the markup...