The first one derives from Control and the second from TextBox (WebControl).
They both have implemented a designer derived from ControlDesigner.
Question:
How can I refresh/redraw/reinitiate the second control when a property is
changed in the first control? I catch the property change in the first controls
controlsdesigners OnComponentChanged Event.
NetAhead
Member
5 Points
1 Post
Refresh/redraw/reinitiate a second control from another controls designer
Mar 09, 2006 08:00 AM|LINK
I have developed two custom web server controls.
The first one derives from Control and the second from TextBox (WebControl).
They both have implemented a designer derived from ControlDesigner.
Question:
How can I refresh/redraw/reinitiate the second control when a property is
changed in the first control? I catch the property change in the first controls
controlsdesigners OnComponentChanged Event.
Can any one help me ?
Robert