0
kicks
Templated User Controls in ASP.NET
Good design repeats itself, good code does not.
With interface development, you face the conflict above over and over again. You get a design that (rightly) reuses the same concepts over and over, and you need to implement them in code that makes you write the same logic only once. Templated User Controls fills works great in solving this issue.