Hi,
I have accordion control in master page to show menus.
I am programmatically hiding/showing one of the menu link from master page using
Me.lnkMenu.Style.Value = "display:none;" - to hide
Me.lnkDHSP.Style.Value = "display:visible;" - to show
Now from the content page I want to check whether the above menu style.value is"none" or"visible".
Can anyone let me know how to do that?
Thanks & regards,
Anand