Rendering Custom Controls with controls as members

vchesh

New Member
Hi Guys,<BR><BR>I am constructing a Web Application in ASP.net and am at the design stage (Object Construction). I am considering having a "Daddy" custom Control that I will put into the page that will hold he application together. I am thinking it will hold several other custom controls (possibly user controls as opposed to custom server controls but still undecided).<BR><BR>My question is - is that a good way to do it? And also in the examples I have seen (very basic) I am unsure about how to render the "Application" as an interface in the users browser - <BR><BR>If I have a custom control that has user controls as members how do I render it as a whole?<BR><BR>Thanks in advance<BR><BR>Dan PollittInstead of the above should I use the Page object to hold all my assorted controls and things together?<BR><BR>I guess I was trying to create the equivalent of a VB6 MDI form but I'm guessing I use the page to hold the controls/objects?<BR><BR>I would still really appreciate input from the guru's out there though...<BR><BR>Thanks<BR><BR>Dan
 
Back
Top