[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Dan Peachey

1/21/2003 2:47:00 AM

Hi,

I have a composite control that contains a repeater. I
need to set the ItemTemplate.

In aspx page I would have:

<ITEMTEMPLATE>
<tr><td>somestuff</td><tr>
</ITEMTEMPLATE>

for example.

How do I programatically create the template object so I
can assign it to myRepeater.ItemTemplate, in the
CreateChildControls method?

Thanks

Dan.