How the color of selected menu item will be changed in
asp.net menu item?



How the color of selected menu item will be changed in asp.net menu item?..

Answer / honey

<asp:Menu ID="AdminMenu" OnMenuItemClick="return MenuClick
()" runat="server" BackColor="#BDDDEA"
DynamicHorizontalOffset="2"
Font-Names="Verdana" Font-Size="0.8em" Font-
Underline="True" ForeColor="#284E98"
StaticSubMenuIndent="10px"
CssClass="LinkStyle"
OnMenuItemDataBound="AdminMenu_MenuItemDataBound">
<StaticMenuItemStyle
HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="#284E98"
ForeColor="White" />
<DynamicMenuStyle BackColor="#B5C7DE"
HorizontalPadding="5px" />
<DynamicSelectedStyle BackColor="#507CD1"
CssClass=".orange"/>
<DynamicMenuItemStyle
HorizontalPadding="15px" VerticalPadding="2px"
BackColor="#FFE0C0" />
<Items>
<asp:MenuItem
NavigateUrl="~/Admin/Cities.aspx" Text="Cities"
Value="Cities"></asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/Location.aspx" Text="Locations"
Value="Locations">
</asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/MainCategories.aspx" Text="Main
Category" Value="Main Category">
</asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/GeneralCategory.aspx" Text="General
Category"
Value="General
Category"></asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/SubCategory.aspx" Text="Sub Category"
Value="Sub Category">
</asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/SubCategoryAttributes.aspx" Text="Sub
Category Attributes"

Value="SubCategoryAttributes"></asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/UserCategories.aspx" Text="User
General Categories"
Value="User General
Categories"></asp:MenuItem>
<asp:MenuItem
NavigateUrl="~/Admin/UserSubCategory.aspx" Text="User Sub
Categories"
Value="User Sub
Categories"></asp:MenuItem>

When I Select any menu item that should be highlight like
the text becomes bold and change background color.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

How does �side by side� work for the .net framework 3.0?

0 Answers  


what do you mean by navigation property?

0 Answers   Microsoft,


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

0 Answers  


what is complex type?

0 Answers   Microsoft,


what is model first approach?

0 Answers   Microsoft,






im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?

0 Answers  


Explain JSON Binding?

0 Answers  


Can you set the unlimited length for "maxjsonlength" property in config?

0 Answers  


What is the use of viewmodel in mvc?

0 Answers  


How can I return string result from action in asp.net mvc?

0 Answers  


How to Create an Intranet Site Using ASP.NET MVC?

0 Answers  


Categories