Hi All,
I am new to the forum and this is my first post :)
I am also new to ASP.NET C# so I am looking for some help please.
I have a website built that uses master page templates. In the master page I have a simple menu in a list. This is not dynamic (yet!).
I am trying to put together some code behind to write a simple css class to one of the menu links if the Request.ServerVariables("URL") is equal to the current page URL
I have no code written because everything complains when I try to come up with something. I was thinking of doing it using a switch function but am I over complicating things?
Can anyone help me please?
Below is the simple menu with the class I am trying to write to the link:
<div id="nav">
<ul>
  ...
Go to the complete details ...