urko
05-21-2008, 06:42 PM
Hi
I use this code to select the tab colour in my asp page:
<ul>
<li <% if currentPage = "home" then response.write("id='current'") %>><a href="home.asp">Home</a></li>
</ul>
does any1 knows how it should be in asp.net??
just started to play with .net and dont really know much.
thanks
I use this code to select the tab colour in my asp page:
<ul>
<li <% if currentPage = "home" then response.write("id='current'") %>><a href="home.asp">Home</a></li>
</ul>
does any1 knows how it should be in asp.net??
just started to play with .net and dont really know much.
thanks