ASP.NET Menu Parent Menu Item Highlighting on Hover when Flyouts are enabled. - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T11:56:14Zhttp://stackoverflow.com/feeds/question/246800http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/246800/asp-net-menu-parent-menu-item-highlighting-on-hover-when-flyouts-are-enabled1ASP.NET Menu Parent Menu Item Highlighting on Hover when Flyouts are enabled.SharePoint Newbie2008-10-29T13:32:52Z2008-10-29T17:29:40Z
<p>Hi,</p>
<p>I have a ASP.Net Menu Control with three levels and flyouts enabled.
I want to highlight the parent items (right upto the top level parent) whenever a user hovers over the menu items.</p>
<p>I do not want to use a client side solution as described here:
<a href="http://www.codeproject.com/KB/webforms/AspMenuParentHighlighting.aspx" rel="nofollow">http://www.codeproject.com/KB/webforms/AspMenuParentHighlighting.aspx</a></p>
<p>Is there an elegant server side solution?</p>
<p>Kind regards.</p>
http://stackoverflow.com/questions/246800/asp-net-menu-parent-menu-item-highlighting-on-hover-when-flyouts-are-enabled/247689#2476892Answer by Sara Chipps for ASP.NET Menu Parent Menu Item Highlighting on Hover when Flyouts are enabled.Sara Chipps2008-10-29T17:29:40Z2008-10-29T17:29:40Z<p>The only server side solution I can think of would be to set the client side solution on page load. </p>
<p>Is there a reason that you would want to build this server side rather than client side? Because forcing an event like this to occur server side is, by definition, rather inelegant. </p>