Hello,
Welcome to the MSDN newsgroup.
As for the custom webcontrol with Template, are you going to develop
template databound control like repeater, datalist ...? Based on my
understanding template databound control is abit different from normal
template control. Here is a msdn tech article ddemonstrate on creating a
template databound control(repeater like):
#Building DataBound Templated Custom ASP.NET Server Controls
http://msdn.microsoft.com/library/en...emplatedcontro
ls.asp?frame=true
also, the msdn doc also provide a sample control derived from
CompsoteDataBoundControl, we can also have a look.
#CompositeDataBoundControl Class
http://msdn2.microsoft.com/en-us/lib...rols.composite
databoundcontrol(VS.80).aspx
Hope this helps.
Regards,
Steven Cheng
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.