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
2009
issues replacing webpanel with webexplorerbar
posted

HI Iam trying to replace ASP.NET classic control webpanel (V10) with webexplorerbar. (v 12)

Doing so iam trying to edit the changes in markup file. But for ther header section which was previously used in webpanel Iam getting warnings in webexplorerbar as follows

Warning    12    Validation (XHTML 1.0 Transitional): Element 'header' is not supported. 

similarly i get warnings for other elements as well like templates

Please suggest me how can i rectify it..Below is the snippet of .ascx file

 

 <igmisc:WebExplorerBar ID="wpLeftLinksPanel" runat="server" CssClass="wp_linkPanelOuter"
                        StyleSetName="">
                        <Groups>
                        <Header Text="Last Viewed Panel" ExpandedAppearance-Styles-CssClass="wp_linkPanelHeaderExpanded"
                            CollapsedAppearance-Styles-CssClass="wp_linkPanelHeaderCollapsed" HoverAppearance-Styles-CssClass="wp_linkPanelHeaderHover">

 

Parents
No Data
Reply Children