Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
How to convert UltraWebTab to WebTab?
posted

I am a complete 100% newbie to the entire infragistics suite.  Here is the old code, my question is how do I convert this into a WebTab?

<igtab:UltraWebTab ID="UltraWebTab1" runat="server" Height="770px" Width="835px" BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" LoadAllTargetUrls="False" AsyncMode="On">
<DefaultTabStyle BackColor="Silver">
</DefaultTabStyle>
<Tabs>
<igtab:Tab Text="Calendar">
<ContentPane TargetUrl="LoadingPage.aspx?TranPage=Calendar.aspx">
</ContentPane>
</igtab:Tab>
<igtab:Tab Text="Online Time Card Approval">
<ContentPane TargetUrl="LoadingPage.aspx?TranPage=TimeCard.aspx">
</ContentPane>
</igtab:Tab>
</Tabs>
<BorderDetails ColorLeft="White" ColorTop="White" />
<RoundedImage FillStyle="LeftMergedWithCenter" />
<AsyncOptions EnableLoadOnDemand="True" />
</igtab:UltraWebTab>
</td>