Question regarding Visible=false and display:none;
If I set some control’s property Visible=”false”, I cant see the control in the HTML generated of my aspx page. But when I use display:none in style tag for that control, I see the control as greyed out in the HTML. Why is that?