AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Persistent Logins Under ASP.NET 2.0 : Eric Smith

Friday, September 05 2008

For some sites, allowing users to "save their passwords" is not a major security concern, and it speeds up the user's ability to interact with the site. Assuming your site security can allow for persistent logins, this feature also is easy to provide. Under ASP.NET 1.x, the built-in FormsAuthentication enabled this very easily: it simply specified a True argument when the user ID was saved using FormsAuthentication.RedirectFromLoginPage....

Read More:
Persistent Logins Under ASP.NET 2.0 : Eric Smith
Also See:
Changing GridView Column Color : AzamSharp
Building a multi-tier data-driven web application using the SqlDataSource control : Luis Ramirez
Master/Detail Part 2: Filtering With Two DropDownLists : Scott Mitchell
Master/Detail Filtering With a DropDownList : Scott Mitchell

Post your comment

Comment