Hi, i just have a page and i want to change the Login and Register configuration view. The problem is all of the links i have at my site, are upper so, i need to change the Login and Register Controls Configuration to Upper, but i want the same Cmd behavior.
I was just trying with changing some Login.ascx.vb Lines, but it do not show me anything with changes, here is one of the the lines i've change:
cmdLogin.Text = Services.Localization.Localization.GetString("Logout", Services.Localization.Localization.GetResourceFile(Me, MyFileName))
Regards.