Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

how to print tabs within a tab container

$
0
0

Hi all

I have a number of tabs within this container but I need to display it as a contious form when printed?

How do I do this?

<cc1:tabcontainer runat="server" OnClientActiveTabChanged="ActiveTabChanged" 
                    ID="tabContainer" ActiveTabIndex="0" width="850px" ><cc1:TabPanel runat="server" HeaderText="personalDetails" ID="personalDetails"><HeaderTemplate>1 - Personal Details</HeaderTemplate><contentTemplate><span class="tabBody">

I have appiled this to the style sheet:

.ajax__tab_header {
	display: none !important;
}

however this is done on screen rather than the required print, please advise?


Viewing all articles
Browse latest Browse all 5678

Trending Articles