Hi,
I am in process of learning ASP.net. I need to know how to change class of a link which is in Mater page from Default.aspx
For example, in following example I would like to change/update the class of "Home" link.
As I am learning ASP.net, so please suggest the ways to do above.<div align="right">
<a href="Default.aspx" id="lnkHome" class="">Home</a>
<a href="AboutUs.aspx" id="lnkAbout" class="">About Us</a>
<div class="Clear"></div>
</div>
Thanks!



Reply With Quote

Bookmarks