Hi ,
I have 5 tabs in tabcontrol.
I want to disable a particular tab on click of button.
Please let me know how to disable tab both on client side and server side
Hi
On Clicking the button you have to code as follows
Me.UltraToolbarsManager1.Ribbon.Tabs("*****").Visible = False
***** denotes the Key of the tab
thanks
Maguesh
But u are setting the visibality.
I want to disable . Please let me know for that