Hi guys
Here im using mater page, inside it there's a content page which has a login control, i need to display username once user logged on, on top of master page so that it will always be displayed while the user is online. I need to retrieve the username from the database which i created myself, the problem arrise when im coding behind content page where by i cant call the Username display. How can i interact with the login view which is on the master page on a different content page.
Please help to resolve this.