When do declarative controls get initialized in parent user controls?
Posted
by Tony_Henrich
on Stack Overflow
See other posts from Stack Overflow
or by Tony_Henrich
Published on 2010-05-25T19:08:45Z
Indexed on
2010/05/25
19:11 UTC
Read the original article
Hit count: 115
ASP.NET
If I have a user control which has server control label, the label is not initialized if the user control is inherited by another user control. When does the label get initialized? In the case of when its host user control is used as a base user control.
© Stack Overflow or respective owner