Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Zarko Gajic #1
Child control renders at desing-time as if it is in run-time...
Hi, I have a problem with design-time. The problem is rather hard to
describe in a few sentences ... so I hope someone will reply asking for more
info. For the start here's the situation (striped down to what I believe is
crucial)
1. I have a custom "ReadWriteControlDesigner" type of control (you can drop
controls on it .. much like Panel). I'm using rendering (not composition).
Since ReadWriteControlDesigner has its flaws, the control does not render
100% at design time (expected) when dropped on a form (since some more
controls are added in RenderBeginTag - for the run-time experience). I can
live with that.
2. When this Child is placed in some other container control (composite
control, NOT ReadWriteControlDesigner) .. the Child control appears at
design-time as it appears at run-time.
Now, this produces some weird results...
p.s.
The true problem is when the Child control uses composition (along with
ReadWriteControlDesigner) ... at design time all child controls (of the
Child) get persisted in designer .. which leads to bad parsing .. so to
speak
p.s.2
I know one *should not* use composition along with PersistChildren(true) and
ParseChildren(false). I'm just not sure if this is "should not" or "must
not".
Anybody?
~Zarko
Zarko Gajic Guest
-
Control.Controls bug? Control's child controls missing at the run time.
Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer -
Custom control renders table but doesn't resize at design time.
Hi all, I have a control, that basically is my own version of the datagrid, except that is renderers purely readonly tabular information. When... -
Get Child Controls at design-time
I have a Webcontrol that was supposed to act like a panel control. I manipulated a TemplatedControlDesigner to make an "Edit mode". I save my... -
Composite WebControl -- Child Control Property Persistance at Design-time
Hi, I seen, this asked a number of times at this group but still have not seen any complete/rectified/fixed code. I have created a Composite... -
Formatting a time field to 24 hour time (Military time) in the Datagrid
Anyone know how to do this? -
Zarko Gajic #2
Re: Child control renders at desing-time as if it is in run-time...
Anybody?
Come on MVP's ... :)
~Zarko
"Zarko Gajic" <ssppaamm_zarko@mono.hr> wrote in message
news:OfhilIKKFHA.1812@TK2MSFTNGP15.phx.gbl...more> Hi, I have a problem with design-time. The problem is rather hard to
> describe in a few sentences ... so I hope someone will reply asking foris> info. For the start here's the situation (striped down to what I believedrop> crucial)
>
> 1. I have a custom "ReadWriteControlDesigner" type of control (you canand> controls on it .. much like Panel). I'm using rendering (not composition).
> Since ReadWriteControlDesigner has its flaws, the control does not render
> 100% at design time (expected) when dropped on a form (since some more
> controls are added in RenderBeginTag - for the run-time experience). I can
> live with that.
>
> 2. When this Child is placed in some other container control (composite
> control, NOT ReadWriteControlDesigner) .. the Child control appears at
> design-time as it appears at run-time.
>
> Now, this produces some weird results...
>
> p.s.
> The true problem is when the Child control uses composition (along with
> ReadWriteControlDesigner) ... at design time all child controls (of the
> Child) get persisted in designer .. which leads to bad parsing .. so to
> speak
>
> p.s.2
> I know one *should not* use composition along with PersistChildren(true)> ParseChildren(false). I'm just not sure if this is "should not" or "must
> not".
>
> Anybody?
>
> ~Zarko
>
>
Zarko Gajic Guest



Reply With Quote

