Asp.Net Source HOME » asp.net learning » ASP.NET » Security » Automatically Hiding the Login Control from Authenticated Users
Title:

Automatically Hiding the Login Control from Authenticated Users

Posted At: 10/14/2008
URL: http://www.aspnetsource.com/Blog/article.aspx?arti...
Some websites display a login form at the top of every page. That way, registered users can log in at any time to view additional content. The easiest way to add a Login control to all the pages in an application is to take advantage of Master Pages. If you add a Login control to a Master Page, then the Login control is included in every content page that uses the Master Page.

Comments:


No comments yet