ASP.NET change selected color of the menu item using VB.NET

Here, we will see how to change the selected color of the menu item.
  • 3187
 

ain" description="">

      <siteMapNode url="Home.aspx" title="HomePage" description="Redirects To HomePage" />

        <siteMapNode url="ArticlePage.aspx" title="Article Page"  description="Redirects To ArticlePage" >

       

        </siteMapNode>

      <siteMapNode url="TrainingPage.aspx" title="Training" description="Redirects To Training Page" />

       <siteMapNode url="JobPage.aspx" title="JobPage" description="Redirects To Job Page" />   

       </siteMapNode>

</siteMap>

 

Now run application and test it.

m1.gif
 

Figure1

Now click on the menu item.

m2.gif
 

Figure2

Note: You can see a demo of this article by downloading this application.

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.