Posted on: 4/18/2015 5:49:49 AM | Views : 591

I have menu links with sub menus, I want to highlight the menu if its sub menu are clicked.
I want that in ASP.NET, Please suggest.
Here is my HTML code:-
<li><a href="#" class="menulink" style="cursor:default;">Accounts</a> <!-- Main menu --> <ul class="account"> <li> <div class="borderleft"></div> <div class="borderright"></div> <div style="height:270px;"> <div style="width:100%;height:auto;"> <div style="width:26%;height:auto;float:left;"> <div style="margin: 20px 25px;"> <a href="Saving_Accounts.aspx"><h4 class="icommenu">Saving Acounts</h4></a> <!-- Sub menu --> <p>The good habit of ...

Go to the complete details ...