How to use menu bars with different patterns?
        Posted  
        
            by 
                vahini
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vahini
        
        
        
        Published on 2011-02-14T15:09:36Z
        Indexed on 
            2011/02/14
            15:25 UTC
        
        
        Read the original article
        Hit count: 260
        
I'm using Visual studio 2005, ASP.NET and C#.
I want to use menu bars which have an active look to them when their respective target page is the one currently showing.
Imagine a user clicks a menu item, navigation to the target page occurs and the menu item they selected is now differing, in say, color to that of the other items in the menu as a means to indicate this is the currently active location.
How might one achieve this?
© Stack Overflow or respective owner