Hi Joe,
To do this, you will need to first create a new class that implements
ITemplate, in ITemplate.InstantiateIn method, you create other controls
that need to be put in the template and add to the container. Later, you
create an instance of your new class and assign to Repeater.ItemTemplate
property.
Here's MSDN document and example on this:
http://msdn2.microsoft.com/en-us/library/y0h809ak(VS.71).aspx
Please feel free to let me know if there's anything unclear. Thanks.
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.