I'm new to this, Infact is my first post.
I am using Visual Studio 2005. On my .aspx page, I have a loginStatus control, so the user can exit the page that works well. However, the "loginStatus" control is not a button, it is text ("logout"). Can this be done with a button?
Here is the line of code:
<asp:LoginStatus ID="LoginStatus1" runat="server" OnLoggingOut="LoginStatus1_LoggingOut" />
Would I add some kind of style? If yes, please help me.
Thanks.
Mike
source
share