I am using Asp.Net/C# in my application.I have a menu on my master page which displays all pre-defined menu items(static way) like
- Home
- Contact Us
- About Us
What I would like to accomplish is, I want the text of <a> element to be displayed from database , which will be the name of the logged-in user.
Can anybody suggest me as to how I can go about doing this. Thanks