The LoginStatus control will allow users to log out if they are currently logged in, and will display a link to the login page if they’re logged out.
<asp:LoginStatus id=' lsUser' runat='server'/>
The LoginStatus control will allow users to log out if they are currently logged in, and will display a link to the login page if they’re logged out.
<asp:LoginStatus id=' lsUser' runat='server'/>
Share with