HOW TO Load a link in a frame other than the panelbar's own frame. SOLUTION You need to use the Target attribute in the Item tag in v2.x of the product, e.g. <Item Label="Products" Href="products.aspx" Target="content"> (just like using a regular <A href>tag) The same stands for the PanelItem tag in version 3.x of the conrol, namely:<PanelItem Text="Products" NavigateUrl ="products.aspx" Target="content">
Resources Buy Try