I am upgrading infragistics version 10.1 to 15.1. I couldn't find WebPanel in "Infragistics.WebUI.Misc" where as in infragistics 10.1 its in "Infragistics.WebUI.Misc". If WebPanel is retired after 10.1version then what is the replacement for it in 15.1?
<igmisc:WebPanel ID="pnlPrintSpecs" runat="server" Font-Bold="False"
Width="850px" ExpandEffect="None" ExpandOnClick="True" Expanded="false">
<Header Text="Print Specifications (Click to View)">
<ExpandedAppearance>
<Styles Font-Bold="True" Font-Underline="True" BackColor="AliceBlue"
Font-Size="Small">
</Styles>
</ExpandedAppearance>
</Header>
<Template>
<asp:Label ID="lblPrintSpecs" runat="server" Text="Print Specifications"></asp:Label>
</Template> </igmisc:WebPanel>
Hi I have the below piece of code in my aspx page. I need to replace webpanel with webexplorer bar. But I couldn't place a Header and Template in Webexplorerbar like I used to do in Webpanel. Please help me.
Use WebExplorerBar as a replacement of WebPanel.
- bullet force games -
Hello Praveen,
Thank you for the update.
For WebExplorerBar the namespace is Infragistics.Web.UI.NavigationControls try using this namespace and let me know if you need further assistance.