[ADVANCED-DOTNET] Runtime Control Discovery

2003-07-09 Thread Bryan, Jason (Contractor)
Hi all! I am trying to discover and place into a ControlCollection all the controls on a web page that match a particular type or begin with a particular name. To do this, I've written a function that will go through the ControlCollection passed to it and add the controls that match the condition

Re: [ADVANCED-DOTNET] Runtime Control Discovery

2003-07-09 Thread Griffiths, Ian
It looks like a feature of the ControlCollection. In fact the docs say that this class enables ASP.NET server controls to maintain a list of their child controls. This is a rather specific description, and doesn't necessarily imply that you can use the collection as an arbitrary container of

Re: [ADVANCED-DOTNET] Runtime Control Discovery

2003-07-09 Thread Bryan, Jason (Contractor)
To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Runtime Control Discovery It looks like a feature of the ControlCollection. In fact the docs say that this class enables ASP.NET server controls to maintain a list of their child controls. This is a rather specific description, and doesn't