Hi
http://www.allinterview.com/showanswers/73327.html
a) If I understand the above article correctly, then when a page has a master page associated with it, then all controls ( those declared in master page and those declared in content page ) created during design time are assigned declarative values only during an Init event?
b) Assuming our page is associated with Master page and also uses a theme --> skin files are also applied during an Init event, so I assume that during an Init event Asp.Net first initializes controls to their declarative values and only then applies skin rules to them?
c) But if a page doesn’t use a master page, then the controls it declares during design time are assigned values prior to Init event?
thanx