To hide and un hide a panel in asp.net,
use the following code block
pnl.Attributes.Add("style", "display:none")
pnl.Attributes.Add("style", "display:block")
use the following code block
pnl.Attributes.Add("style", "display:none")
pnl.Attributes.Add("style", "display:block")
No comments:
Post a Comment