How can i set the display property to block in the code behind?
pnl.Attrib
pnl.Attributes.Add("style", "display:block"); is correct ... got it.
pnl.Attributes.Add("style", "display:block");