Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ajaxtoolkit tab header showing half of its text and other half cut down

below code is working fine in a demo page..but in my apllication page,header text not visiable properly of the tab

What I have tried:

ASP.NET
<asp:TabContainer ID="pxp" runat="server" ActiveTabIndex="0" Width="100%">
                    <asp:TabPanel ID="TabPageUserCreation" runat="server" HeaderText="User">
                        <ContentTemplate>  
                                
                           </ContentTemplate>  
                    </asp:TabPanel>
                    <asp:TabPanel ID="TabPageRoleCreation" HeaderText="Role" runat="server">
                        <ContentTemplate> 
                                
                           </ContentTemplate> 
                          </asp:TabPanel>
                    <asp:TabPanel ID="TabPageUserRole" HeaderText="User Role Assignment" runat="server">
                       <ContentTemplate>
                               

                                    

                                    
                                     
 
                            </ContentTemplate>
                    </asp:TabPanel>
                    <asp:TabPanel ID="TabPageRoleRightAssignment" HeaderText="Role Right Assignment" runat="server">
                        <ContentTemplate>
                                
                          </ContentTemplate>
                    </asp:TabPanel>
            </asp:TabContainer>
        </ContentTemplate>
Posted
Updated 29-Nov-16 2:31am
v3
Comments
Karthik_Mahalingam 24-Nov-16 0:50am    
can you post a screen shot of it?
Member 11905846 24-Nov-16 2:20am    
sorry i am unable to posting.actually i m not getting the option to upload that .png format
Member 11905846 24-Nov-16 2:21am    
http://www.c-sharpcorner.com/forums/ajaxtoolkit-tab-header-showing-half-of-its-text2

please follow this link
Karthik_Mahalingam 24-Nov-16 9:28am    
post in a https://snag.gy/
and share the link

1 solution

You need to fix the height of something else causing it to not show all the way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900