VP
>
>> -Original Message-
>> From: Moderated discussion of advanced .NET topics.
>> [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill
>> Sent: Thursday, February 05, 2004 10:44 AM
>> To: [EMAIL PROTECTED]
>> Subject: Re: [ADVANCED-DOTNET] Fiddling with Control
05, 2004 10:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [ADVANCED-DOTNET] Fiddling with Controls
> collection in ASP.NET
>
> You said that the problem doesn't happen if you "embed a form
> in a UserControl." Could you create a new page, load your
> master
You said that the problem doesn't happen if you "embed a form in a UserControl."
Could you create a new page, load your master UserControl onto it, and embed the form
in that UserControl?
Since I don't know exactly what you mean by "embed a form in a UserControl" I can't be
sure that this solv
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Michael Giordano
> Sent: Wednesday, February 04, 2004 7:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [ADVANCED-DOTNET] Fiddling with Controls
> collection in ASP.NET
>
> Shawn,
>
> I did something very similiar and ra
: Shawn Wildermuth <[EMAIL PROTECTED]>
Reply-To: "Moderated discussion of advanced .NET topics."
<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Fiddling with Controls collection in ASP.NET
Date: Wed, 4 Feb 2004 16:20:53 -0500
Caveat: I decided to post it to
t; Subject: [ADVANCED-DOTNET] Fiddling with Controls collection
> in ASP.NET
>
> Caveat: I decided to post it to Advanced since what I am
> trying to do is a little ASP.NET black magic.
>
> I have created a base ASP.NET class that derives from
> System.Web.UI.Page.
> This c
Caveat: I decided to post it to Advanced since what I am trying to do is a
little ASP.NET black magic.
I have created a base ASP.NET class that derives from System.Web.UI.Page.
This class's job is to create a master page for all Pages in a particular
application. In this class I do the following