Hi,
i am use menu item as my top navigation bar in my master page.
the menu items are nav URL are loading during pageload event of master page.
i want to add a backround color to selected item after page redirected.But the css is not attach to the menu item after page is redirected.
any help will be appreciated
my webform code in master
<asp:Menu ID="Menu1" runat="server" role="tablist" Orientation="Horizontal" CssClass="nav nav-pills" ForeColor="Black" RenderingMode="List" IncludeStyleBlock="False">
<StaticMenuStyle CssClass="nav nav-pills"/>
</asp:Menu>
html markup before click
<div role="tablist" class="nav nav-pills" i ...
Go to the complete details ...