# Article on per-row template selection for ASP.NET Repeaters

<datetime class="hidden">2006-04-28T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

## 
Article on per-row template selection for ASP.NET Repeaters 

posted on Wednesday, September 15, 2004 10:29 AM

[This](http://www.codeproject.com/aspnet/ObjectRepeater.asp) is really nice solution to a particularly thorny problem - namely, repeaters repeat...you can't normally change the template for each row. The problem which this solves for me is the creation of a small survey application where I can use this technique to allow the definition of different row templates based on question type; saves me a whole heap of Server Control hacking! Anyway, again...[article](http://www.codeproject.com/aspnet/ObjectRepeater.asp?) by [Rob van der Veer](http://www.codeproject.com/script/profile/whos_who.asp?id=354528)(cool name!)