i was under the impression that the controls inside a placeholder dont fire there events or execute any codebehind unless the placeholder was visible.
in my app it appears that all my controls are running weather they are in a visible placeholder or not, if they're in an invisible placeholder they just dont render their html.
Is there a way to make it to where a controls code wont execute in the placeholder if it's not visible (without putting if(Container.Visible) checks all over the place)?
in my app it appears that all my controls are running weather they are in a visible placeholder or not, if they're in an invisible placeholder they just dont render their html.
Is there a way to make it to where a controls code wont execute in the placeholder if it's not visible (without putting if(Container.Visible) checks all over the place)?