How to place iherited control's subcontrols to parent's(UserControl) PlaceHolder?

  • Thread starter Thread starter Sergius Adamtchouk
  • Start date Start date
S

Sergius Adamtchouk

I created base my own UserControl with PlaceHolder on it.
Now I am inheriting this class and on child UserControl in designer i
place few controls, how to do when I want to see theese controls in
PlaceHolder of the parent?
 
Hi,

In normal scenario you'd override AddParsedSubObject to customize where
control is added. However, I am not sure how this works in your scenario as
basically PlaceHolder is also a child control and you are dealing with user
controls.
 
Back
Top