ASP.NET - Nested Custom Templates
Posted
by Echilon
on Stack Overflow
See other posts from Stack Overflow
or by Echilon
Published on 2010-05-04T14:24:38Z
Indexed on
2010/05/04
14:28 UTC
Read the original article
Hit count: 383
I'm thinking about converting a few usercontrols to use templates instead. One of these is my own UC which contains some controls, one of which is a repeater. Is it possible to specifcy a template for the second level usercontrol from the template for the first (which would be on the page)?
© Stack Overflow or respective owner