I have a LEFT and RIGHT frame. The left have buttons (i.e. LOGIN, HOME, etc.). When I click on the login button, I redirect my RIGHT frame to the login page (Login.aspx) for a user to get authenticated.

If they are successful, how do I change the text of the login button (LEFT frame via Menu.aspx) to "LOGOUT" since my VB code is being called in from another page?

Thanks.