This is a migrated thread and some comments may be shown as answers.

Issues with TabStrip and web user control

1 Answer 100 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 15 Jun 2009, 11:21 AM
Hi,
I seem to be having an issue putting a web user control within the tabstrip.  The user control is a based form layout.  Is there something that I'm missing.  Here is the HTML code:

Thanks,
<html xmlns="http://www.w3.org/1999/xhtml">  
<head id="Head1" runat="server">  
    <title></title>  
    <link id="UICSS" rel="stylesheet" type="text/css" href="../Styles/ui.css" /> 
    <style type="text/css">  
        html, body, form  
        {  
            height: 100%;  
            margin: 0px;  
            padding: 0px;  
            overflow: hidden;  
        }  
    </style> 
</head> 
<body> 
    <form id="form1" runat="server">  
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
    </telerik:RadScriptManager> 
    <telerik:RadTabStrip ID="RadTabStrip3" runat="server" Skin="Office2007" Width="100%" 
        MultiPageID="RadMultiPage1" SelectedIndex="0">  
        <Tabs> 
            <telerik:RadTab Text="Lead Details">  
            </telerik:RadTab> 
            <telerik:RadTab Text="Life Insurance">  
            </telerik:RadTab> 
        </Tabs> 
    </telerik:RadTabStrip> 
    <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0">  
        <telerik:RadPageView runat="server" ID="RadPageView1">  
           <uc2:LeadDetails ID="LeadDetails1"   
                runat="server" /> THIS IS WHERE I LOAD THE CONTROL  
        </telerik:RadPageView> 
        <telerik:RadPageView runat="server" ID="RadPageView2">  
            My Life Insurance  
        </telerik:RadPageView> 
    </telerik:RadMultiPage> 
    </form> 
</body> 
</html> 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 15 Jun 2009, 01:22 PM
Hello Joe,

I cannot tell what the problem is based on your description. The only thing which is missing is the registration of the user control. What exactly breaks in this case?  You could open a support ticket and attach a screenshot or a sample web site which shows the problem you are experiencing.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Joe
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or