Click here to Skip to main content
15,892,927 members
Everything / Tabs

Tabs

tabs

Great Reads

by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
by ASP.NETGuy
This article will show how to Create Tabs in ASP.NET page using Buttons, MultiView Control and CSS
by Robert Gustafson
A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs
by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab

Latest Articles

by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
by Robert Gustafson
A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs
by Vladimir Svyatski
How to correctly draw WinForms Tab Control with bottom alignment when visual styles are enabled
by ASP.NETGuy
This article will show how to Create Tabs in ASP.NET page using Buttons, MultiView Control and CSS

All Articles

Sort by Score

Tabs 

25 Apr 2010 by san_416
Use this in css: .ajax__tab_default .ajax__tab_header /* this makes the tabs wrap*/ { white-space: normal!important; }
8 Dec 2010 by Blesson Mathew
hi,u shud give roles to user..and define the permission of each role in database.and put the role into cookie while the user log in to the page...and then check the role permission of the logged user while he s trying to update his details..If he hav permission then only allow him for...
11 Dec 2010 by #realJSOP
I would do it something like this:if (tabControl2.TabPages.Count > 2 && tabControl2.SelectedTab != null){ tabControl2.TabPages.Remove(tabControl2.SelectedTab); }
27 Feb 2014 by Maciej Los
How do i write ...?There is only one answer: start writing ;)Have a look here: TabControl Class[^]. More samples you'll find here[^].
4 Jun 2015 by Afzaal Ahmad Zeeshan
We cannot do that. SMTP protocol (the protocol being used to send the emails) is only able to send the email to the recipient's mailbox. Gmail itself categorizes the emails into different folders and so on. However, the IMAP protocol (protocol used to access the emails) does allow you to get...
18 Feb 2010 by 4277480
I found the videos from asp.net[^] to be useful.
15 Feb 2011 by Vivek Krishnamurthy
You can try with adding SerializableAttribute on the objects you are storing in session. If this does not solve you can implement ISerializable interface. Objects stored in session state must be serializable if the mode is SQL Server.
9 Feb 2012 by Eugen Podsypalnikov
Please extend the parent of your tab :) :1. Its message map:ON_REGISTERED_MESSAGE(AFX_WM_ON_GET_TAB_TOOLTIP, OnTabToolTipNeeded)2. Its function:LRESULT CYourFrame::OnTabToolTipNeeded(WPARAM wParam, LPARAM lParam){ if (m_cTabCtrl.GetSafeHwnd()) { CMFCTabToolTipInfo* pcInfo =...
23 Mar 2015 by Member 10329090
This is what happened.I have an application WPF application. I opened a lot of tabs.Here are the steps:If I double clicked one tab, it'll be undocked.I maximized the undocked WPF.Then, docked the undocked WPF.After docking, the other tabs are maximized.How to correctly dock an...
27 Apr 2018 by Richard Deeming
Something like this should get you started: ul.tabs li.active { position: relative; overflow: visible; } ul.tabs li.active::before { content: " "; position: absolute; top: 100%; left: calc(50% - 25px); height: 0; width: 0; border-left: 25px solid transparent;...
18 Feb 2010 by qasimidl
using ajax 6 tabs with gv and others server controls like text box buttons etcsome tabs save the data in sqlserver by asp:button on clickand also using dropdowselect change event and gridview with view and delete buttons .every thing is going or working fine because of post backall tabs...
25 Feb 2010 by Sandeep Mewara
I believe there must be an option to have fix width of the tab container. Thus on addition of new panels it would not grow. Try that.
25 Feb 2010 by S Rajput
I tried setting Tab container's Width to some value but it just sets the width of the tab panel not the actual container. Any other suggestion?
12 May 2010 by mandarbansod
Hi friends. I am using asp.net mvc 1.0. In this I have to create an UI for modifying the profile of the user. Now this modfiy profile will contain jquery tabs. and each jqeury tab will show some results such as user's personel information, professional info, etc on seperate tabs. I...
12 May 2010 by Not Active
It seems you are trying to learn too many things at once. Break the problem in to sections, first learn MVC, then learn JQuery, or visa versa.
7 Jun 2010 by Sandeep Mewara
Follow the question at one place:http://www.codeproject.com/Questions/86360/What-is-telerik.aspx[^]Dont repost!If needed, you can update the old one.
17 Jul 2010 by #realJSOP
You posted to the wrong area. Go back to the article you were looking at and go to the bottom of the page. There is a forum attached to the article where you can leave comments.
14 Oct 2010 by BarryPearlman
I recently upgraded to VS 10. Previous versions of VS allowed me to convert tabs to spaces and to select the number of spaces that = 1 tab.I can't seem to find this feature in VS 10. Does it still exist and if so, where did MS put it?Thanks,Barry
14 Oct 2010 by #realJSOP
It's still in Tools | Options.
14 Oct 2010 by BarryPearlman
John -I hate to be ignorant but I can't find it. Can you walk me thru the tree and get me to the "branch" that contains it?Thanks for the prompt reply.Barry
14 Oct 2010 by Henry Minute
Tools | Options | Text Editor | language of your choice | TabsIs that what you want?p.s. ensure the Show all settings checkbox is checked. don't know if it affects this setting but I always put it on.
15 Oct 2010 by BarryPearlman
That did it. Thanks to you and all of the others that jumped in and helped.Barry
11 Dec 2010 by hugheb
Hi, I would like to get some code for closing a tab outside my form-the concept is that when I click close a dialogue comes up saying close all, or just this tab- I have sorted out close all, but not close tab- but I have some code for closing a tab inside the main form, private...
26 Dec 2010 by srjacob
I am writing an SDI application that will have multiple display sets for a particular data configuration. I want to be able to allow the user to select a display using MDI-like tabs on the Mainframe windows. Is this possible to do, and if so, how do you do it? I have googled this, and have...
14 Mar 2011 by వేంకటనారాయణ(venkatmakam)
Hi, You can refer to the following article for referance,Tabbed View Interface in an MFC Doc View Application[^]
24 Jan 2012 by Gary Heath
If I design a TabPage with texts and boxes created with specific values & visibility, then during processing some values get altered and some boxes get hidden & unhidden, is it possible to have a button that resets all these changes and re-displays the TabPage as per the original design, or do I...
24 Jan 2012 by LanFanNinja
You will need to write this code yourself. Some of the controls have Reset(), Clear(), etc. methods you can make use of to save you some time.I would create a Reset() method and in this method set all control values to what you want them to be for defaults that way you can call this method...
24 Jan 2012 by Gary Heath
I was just wondering ... when my (small & new) Project starts up, I have this code right near the start (This is a "Method", is that right ?) : public KALCForm1() { InitializeComponent(); //Ensure comboBox is empty ...
8 Feb 2012 by symreds
Hi all,I created an MDI application and I want to show a tooltip containing document path when I move cursor on the relative tab (the same behaviour of Visual Studio).I found this article:How to obtain the absolute path of the tab(ToolTip) for mouse .[^]but I cannot get path (or...
28 Aug 2012 by kurtiniadiss
Hi all,I want to use tab view property in asp.net 1.1 VB. But, it is not supported in this .net version. How can I provide tabbing property in my project. Do you have any ideas?Thanks in advance
7 May 2013 by Osman24
It is all about html and javascript. So there are lots of tab components written for .Net 1.0 or higher. This is a good example:Tab control for ASP.NET Applications[^]
14 May 2013 by raji 2
i have one tab container in which have tabpanel1,tabpanel2,tabpanel3,tabpanel4 when user selects the tabpanel4 it should open tabpanel1 . i tried onClientActiveTabChanged in javascript code but its not working.
14 May 2013 by Tiwari Avinash
I think that you want to say that when user clicks on any tab it opens the 1st tab.The reason behind it which you may check is--DO You have set tabpanel1 as active tab in tab property?-When you are clicking tabpanel there is a post back firing?-it initializes your page again and sets the...
18 Jun 2013 by ssss0001
I have five div tags(jquery tabs) in my aspx page...Inside thetabs i have a button. Onclick of that button in any tab , first tab is coming.. How cani switch to particular tab in code behind(Inside button onclick event)
18 Jun 2013 by Prasad_Kulkarni
Refer:change jquery current tab on button click [^]Jquery UI tabs, switching to a new tab programatically[^]Can user's button click also change active tab[^]..and more similar threads here[^]
22 Aug 2013 by Mr.Vegas
I have a slight problem in the Safari browser when it comes to a tabbed menu I have created. Upon loading it seems o float the initial table on to the right side of my tabs. The only time it doesn't have the problem is on the newest mac os, with the latest browser.I have made a test page...
4 Sep 2013 by Member 10252877
I am trying to create a simple table that has tabs on top and it switches it another tab when clicked on inside of the table. This is implemented through HTML. any advice or information will be very helpful.http://tinypic.com/r/ih4n75/5
10 Sep 2013 by thatraja
I don't trust short URLs so I didn't click your screenshot url which you have included in your question. But based on your question content, here a sample one.How to create a table with switching tab content?[^]
19 Sep 2013 by sammieyay
Hello, all!I'm building a WPF application using vb.net.Is there a way I can hide the tabs (Home, Insert, ect.) in PowerPoint from my code?My hope is to hide the tabs when I open a presentation from my app, and restore them on closing.Let me know if you need anymore...
23 Sep 2013 by Reda Makarem
hey all...i have the following scenariojquery ui tabs that has 4 tabs that each contain some text + imagesi also use jquery to make the tabs take 90% of the available widthso far all was good until i had to add an unordered list to one of the tabs content.When I did that, the width of...
23 Sep 2013 by Reda Makarem
i managed to solve the problem after debugging my jquery codei had to modify the selector and make it more specificthe updated function would be :function stretchTabs() { var tabNums = $('#consultancyTabs:first-child ul:first li').length; var w = 1000 / tabNums; var wi = w...
21 Oct 2013 by umubarak
I need JQuery ui tabs control in which I can load a separate '*.aspx' page (page with numerous poastback controls) in each tab on click. I know about jQuery UI tabs (http://jqueryui.com/tabs/). But on a postback on the page loaded inside the tab, all tabs disappear and replaced by the loaded...
28 Jan 2014 by londhess
Please check below linkhttp://www.ezineasp.net/post/AJAX-GridView-Paging-and-Sorting-using-C-sharp-in-ASP-Net.aspx[^]
27 Feb 2014 by Member 10455358
How do I write a application that lets the user add tabs and button links.I want the application to have a max of 15 buttons in each new tab. The idea is that the first tab has one default button in it that you can right click on and edit or delete - the edit will let you add or change the...
28 Feb 2014 by Member 10634357
So this is the code I have thus far but whenever I go over the second tab, the text is not in an accordion.I am very very new to this so please excuse my incompetence. jQuery UI Tabs - Open on...
5 Aug 2014 by Member 10989762
Hi,My app has a tabs avtivity with two fragments:1. a map2. a listI would like that my list woulb be fragmented (for larger screens) - like in this link:http://developer.android.com/design/patterns/multi-pane-layouts.html#combining-viewsIs it possibe?Thanks a lot,Sally.
1 Sep 2014 by Sandeep Londhe
yes it is possible with the use of panel in android. a lot of link available on internetsee this onehttp://www.survivingwithandroid.com/2013/10/android-slidingpanelayout-tutorial.htmlhttp://www.vogella.com/tutorials/AndroidFragments/article.html
15 Sep 2014 by yno1
im working on a content script in chrome and after several hours of trying to debug a strange problem that caused my current tab to crash, i'm still quite puzzled. it seems that this piece of code runs without crashing the tab:for (var id in newDeleted) { var nameTile =...
13 Jan 2015 by Mayuran Rajeswaran
I am Developing a Web Application.I need Help i have Split the Page into to Two Parts one for TreeView(Menu) and other part to display Menu Pages in Tabs.So I need help in creating a Treeview Menu with Dynamic Tabs based on the Tree Node Selected. I tried but i could not get since i am...
26 Feb 2015 by Member 11330032
I have implemented Navigation Drawer with Tabs. The content of the tabs load correctly when the respective option in the drawer is pressed for the first time. However when I return to an option already pressed, the tabs do not load correctly. How do I solve this?HomeFragment.Java whose...
27 Apr 2015 by Volmetius
I am using asp.net mvc 5. I am rendering a partial view in jquery tabs, the user can click a button to add new tabs, each one renders the same partial view. The partial view consists of form elements like textboxes and dropdowns.The same element across multiple tabs have the same name and...
21 Sep 2015 by Member 11266633
How get all opened tabs url? I find code thats return me one tabclass Program { [DllImport("user32.dll")] private static extern bool EnumThreadWindows(uint dwThreadId, EnumThreadDelegate lpfn, IntPtr lParam); [DllImport("user32.dll", SetLastError = true,...
21 Sep 2015 by Maciej Los
Please, read this: http://stackoverflow.com/questions/7814027/how-can-i-get-urls-of-open-pages-from-chrome-and-firefox[^]
1 Oct 2015 by Member 11999641
Hi Members,I would like to create a horizontal scrollbar for Ajax Tab Container when tabs overflow. I can create a vertical scrollbar for it but I want horizontal scrollbar instead.Current Output: (See here: http://i.stack.imgur.com/I4D2r.png[^])Plan to Achieve: (See here:...
1 Oct 2015 by Krunal Rohit
{ overflow-x: scroll; overflow-y: hidden;}Doesn't work ?-KR
1 Oct 2015 by naveedkhn3
style="overflow:scroll" .section{ width:500px; overflow-x:auto;}
15 Oct 2015 by waynetan123
I have a sets of codes that currently allow me to export 2 gridviews into 2 separate spread sheets in one excel.However I would like to know how to add in my export codes to be able to export every AjaxControlTookKit TabPanel contents(which consist of multiple charts) in each tab as image...
27 Dec 2016 by Ands_
I can't figure out a way to remove this area around the TabPage, I painted it in red so that it is easy to see.(Picture 1)My issue though is when I change it back to the background color, I lose the tab selector(Blue Highlighter) when I have a nested Tabcontrol and it goes under that red...
27 Apr 2018 by Member 13801698
What We Do Who We Are Industries We Serve In The News ...
21 Oct 2021 by Member 13866664
i have written a program which contain 2 tabs sample tab1 and sample tab 2. i used mytabctrl.h and mytabctrl.cpp to build tabs. Now what i want to do is that when click the ok button in 1st tab i-2 sample tab1 it opens the 2nd tab i-e sample tab2. how to do this need help. What I have tried: ...
24 Sep 2018 by Manish K. Agarwal
Please refer c++ - mfc tab control switch tabs - Stack Overflow[^] Also try withby changing the selected index tabControl.SelectedIndex = 1
19 Feb 2022 by python3.x_dev
Hello, I'm am making a browser(like Firefox, Chrome, Opera) using pyqt5, the user can open new tabs & close them. I am trying to make the tab icon change to the websites favicon. I did some research and I found out that most website store their...
22 Jul 2022 by ONKAR MEHRA
I have been trying to nest stack navigator inside bottom tab navigator and which has been nested into drawer navigator. In terms of nesting, bottom tab navigator is at the top, then bottom tab navigator and then at the end stack navigator. I have...
19 Feb 2022 by Testcloud4567
To do this you just put in the add tab function this: self.tabs.setTabIcon(i, browser.icon()) browser.iconChanged.connect(lambda icon, browser=browser: self.update_icon(browser, icon)) and create this fuction: def update_icon(self,...
22 Jul 2022 by Member 15714599
You have good approach but the problem is that we can not use these navigations from React but instead we can use Flux one.
25 Mar 2021 by Aleh Baradzenka
In this article, you will learn about an adjustable control that has zooming and scrolling tabs, dragging with the mouse, custom drawing and much more.
11 Jan 2012 by ASP.NETGuy
This article will show how to Create Tabs in ASP.NET page using Buttons, MultiView Control and CSS
22 Jun 2020 by Robert Gustafson
A UserControl that allows rich-text applications to have a ruler with support for margins, indents, and tabs
19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
20 Feb 2014 by Vladimir Svyatski
How to correctly draw WinForms Tab Control with bottom alignment when visual styles are enabled
20 Dec 2010 by Amit Kumar Dutta
Providing a ControlTemplate so that the Tab Header can be editable
6 Sep 2010 by Mina Samy
Tutorial on creating tabbed applications in Android
4 May 2012 by sisy14
Hi,I am testing the WPF RibbonMenu control in a WinForms application and I have found a bug (I think)!I reproduced this 3 times now and hope someone out there has a workaround or Fix for it.These are the steps I have taken... Create New Winforms App Add an ElementHost and...
25 Feb 2010 by S Rajput
Currently there are lot of tab panels(20) inside my tab container. As a result once i run the site, a horrizontal scrollbar apears on the webpage.Is there a way to shift the remaining tabs to next line so that no scroll bar appears?
28 Jan 2014 by Reda Makarem
hello alli have the following scenario:gridview with 200+ records so i used paging. When i put the gridview inside ajax tab container, the paging stops workingPlease let me know how i can solve the probllem. I need a clear detailed answer as Ive been looking for 2 hours so far with no...
15 Feb 2011 by ali_web
I want to implement IE tab in my website, this is not what telerik or other component do. We need a solution for loading the page in the tab control and each tab contains one aspx file (attention: the physical aspx files are different ,unlike what you described above that all tab contents are in...
4 May 2010 by fdkhb
Hello,I want to customize file opration with "New" and "Open" tabs or pages in a dialog. I have established the "New" page by using CPropertyPage, but there doesn't seems have any control which could open a file like CFileDialog and be created on a tab or page. I'm eager to get your help,...
9 Jul 2014 by Shadow codder
Dont know why my tabs are not working in IE9 , the tabs are are there but all shows in one tab only the first tab, here is my codefor the view :" %>
10 Nov 2020 by ilrbid
That's impossible. I have not seen anyway in the docs for that to work.
11 Jun 2010 by chamieshani
.ajax__tab_def...
26 May 2013 by dilzz
Dear Experts, I am Doing an asp.net project.. and i am not much expertise in CSS, javascripts.I have created some Jquery TABS and a css styled a Partition BOX......And i need to add this partition box in one of the Jquery TABS....But when i add the Partition BOX in Jquery Tabs.....
21 Aug 2013 by Prince Tegaton
Teleriks Tabs Control only works after a postback.i have RadTabPanel1 in my page using a MasterPage, when i click on a tabpanel, it will add # to the address bar (eg: localhost:8080/SiBase/Default.aspx#).Until i trigger a postback from button or any other control before the tab opens. This...
3 Jun 2015 by Vikash RL
I want to implement the gmail for sending mails to the client. Now, gmail contains many tabs like "Primary", "Promotions","Social", etc., By default, the mail will be sent to the "Primary" tab. But, now I want to send to the promotions tab. How we can do it? Kindly help me.. I need thorugh...
21 Oct 2021 by Member 12142105
CTabCtrl* pTabCtrl1; pTabCtrl1->SetCurSel(1); // try change this index on the button m_tab2.ShowWindow(SW_SHOW); m_tab1.ShowWindow(SW_HIDE);
14 Jan 2022 by Member 15500228
Hello, You can make display favicon using self.tabs.setTabIcon(current_tab_index, QIcon(QWebEngineView.icon()))