Don't see anything native. Would have thought there would have been an AddRange or equivalent
On 8/18/05, Charles Carroll <[EMAIL PROTECTED]> wrote: > Control has an Controls.Add method to add 1 control > ControlCollection has an Add method to add 1 control > > what if I want to Add a ControlCollection to a Control? > > Right now I am rolling my own code i.e. > > protected void ControlsCollectionCombine(ref ControlCollection > p1,ControlCollection p2) > and > protected void ControlsCollectionCombine(ref Control p1,ControlCollection p2) > > Am I missing something built in? > > > > > Yahoo! Groups Links > > > > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h49s01i/M=362329.6886308.7839368.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1124402586/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
