Home All Groups Group Topic Archive Search About
Author
11 Jan 2006 2:01 PM
Mike
Hi.
I want to refresh the design time control html when a property is changed.
I've used NotifyParent(true) attribute but doesn't work. My control inherit
from System.Web.UI.Control. How can i refresh DesignTime Control html?

Thanks! :)

Author
11 Jan 2006 6:31 PM
Wouter van Vugt
Hi Mike,

did you build a corresponding designer for your control. If not, you
should do so in order to have designtime capabilities. Check out MSDN
for samples, take a look at the ControlDesigner class for instance.

Grtz,

Wouter van Vugt
Trainer - Info Support
http://blogs.infosupport.com/wouterv
Author
11 Jan 2006 7:24 PM
Mike
Yes, i've implemented my own ControlDesigner.
When I change a property does not refresh the design time control =(


Show quoteHide quote
"Wouter van Vugt" <wout***@infosupport.com> wrote in message
news:1137004304.731450.160990@f14g2000cwb.googlegroups.com...
> Hi Mike,
>
> did you build a corresponding designer for your control. If not, you
> should do so in order to have designtime capabilities. Check out MSDN
> for samples, take a look at the ControlDesigner class for instance.
>
> Grtz,
>
> Wouter van Vugt
> Trainer - Info Support
> http://blogs.infosupport.com/wouterv
>