Hi
Thanks for your help. I don´t use the menu item tag in Design view so I have to fix it in codebehind. Can you show me some more code I would be very glad because I´m lost.
I have to fix it here I think:
For
Each masterRow As System.Data.DataRow In dst.Tables("tbl_HeadMenu").Rows()Dim masterItem As New MenuItem(masterRow("LinkName").ToString())
Menu1.Items.Add(masterItem)
<
asp:Menu id="Menu1" Orientation="Horizontal" Runat="Server" Height="25px" SkinID="HeadMenu" Width="550px" style="text-align: center">
<StaticMenuStyle BackColor="#9C9D9E" BorderStyle="Solid" BorderColor="Black" BorderWidth="0px" />
<DynamicMenuStyle BorderStyle="Solid" BorderColor="Black" BorderWidth="0px" />
<DynamicHoverStyle Font-Underline="True" />
<StaticSelectedStyle Font-Underline="True" />
<DynamicSelectedStyle Font-Underline="False" />
<DynamicMenuItemStyle Font-Underline="True" />
<StaticHoverStyle Font-Underline="True" />
</asp:Menu>
Thanks Tobias