For some time the date is becoming essential to know how to show and hide objects and controls onto the system SalesLogix Web 7.5, but my question is: How to dynamically hide a tab or TabControl? any help they really appreciate it!
I have this sample code, but it does not work:
Sage.Platform.WebPortal.Workspaces.Tab.TabWorkspace tabs = this.ParentWorkItem.Workspaces["TabControl"] as Sage.Platform.WebPortal.Workspaces.Tab.TabWorkspace;
tabs.Hide("ContractDetail_TicketForm", true);
|