Hello,
How do I raise an event in a content page that its master page can then respond to?
For example, I have a content page which is using a master page. The master page contains the website navigation bar. Depending on the page I'm on, I'd like to send an event to the master page to change the CSS class of the current page menu item in the navigation bar.
I'm using Visual Studio 2008 and ASP.NET 3.5 and C#.
Thanks!