Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / February 2006

Tip: Looking for answers? Try searching our database.

Recursion in CreateChildControls

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Iain - 26 Feb 2006 14:42 GMT
In my custom control I have overriden CreateChildControls and the first few
lines look like this.

protected override void CreateChildControls()
{
    Debug.WriteLine("CreateChildControls", "FeatureList");
       Controls.Clear();
    ..
}

what I am seeing is that the Controls.Clear line indirectly calls
CreateChildControls (the call is through a Get on the Controls collection
from the stack).

Although the controls end up being right, they are created twice which is
hardly efficient.  What do I need to do to stop this happening?

Iain
Signature

Iain Downs (DirectShow MVP)
Commercial Software Therapist
www.idcl.co.uk

Iain - 26 Feb 2006 16:12 GMT
> In my custom control I have overriden CreateChildControls and the first few
> lines look like this.
[quoted text clipped - 14 lines]
>
> Iain

What a stupid place to post an ASP.NET question. My apologies.

Iain
Signature

Iain Downs (DirectShow MVP)
Commercial Software Therapist
www.idcl.co.uk


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.