Hello,
I want to make the whole tab control invisible to the user but it has to be done on the client side. This code does not work:
_UltraWebTab1.style.display = 'none'
Does anyone know how to do this?
I ended up putting the control in a Div, getting the id of the div and then setting div.style.display='none'