A Adrijan Josic Nov 20, 2003 #1 Am I right to think that PreRender event on web controls doesn't trigger if the control is invisible?
Am I right to think that PreRender event on web controls doesn't trigger if the control is invisible?
T Teemu Keiski Nov 20, 2003 #2 Yeah, it goes pretty much like that. Internal recursive method of base Control class does not call the actual OnPreRender method (which raises corresponding event) when Control's Visible property is False.
Yeah, it goes pretty much like that. Internal recursive method of base Control class does not call the actual OnPreRender method (which raises corresponding event) when Control's Visible property is False.