iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I'm having an odd problem. In code-behind, I want to either disable or hide specific tabs. However, when I try code like:
WebTab1.TabPages[2].Tab.Visible = false;
WebTab1.TabPages[2].Tab.Enabled = false;
it disables, or makes invisible, the entire web tab is disabled or made invisible. I'm clearly using incorrect syntax here - can you tell me what it should say?
Thanks!
Beryl
Hello Bery,
You could not with that way. It should be WebTab1.TabPages.GetNamedItem("Tab2").IsEnabled = false;. However, you could not close it from server side because we don't have any code to close it from behind code. Morelikely, you would need to remove the collection item pages and readd them again when you want to show.
Regards,Handy
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname