Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Cookies in ASP.NET
Windows-based Authentication
Windows Authentication in ASP.NET
Using Cookies in ASP.NET
User Password Validator in C#
User Account Impersonation
USA States to DropDownList
The Power of .NET- JavaScript and ASP.NET Login
Storing Passwords - done right!
Setting and displaying cookies
Securing ASP.NET with web.config Part 2
Role-Based Security in ASP.NET
Redirecting User to Login Page After Session Timeouts
Pronounceable Password Generator
Passport Authentication Provider
Top Code
Active Directory Group Lookup
Advanced Cookie Techniques with ASP
ASP.NET Authentication
Authentication in ASP.NET: .NET Security Guidance
Authorizing Users and Roles
Basics of Cookies in ASP.NET
C# And Cookies
COOKIES IN ASP.NET C# VERSION
Coordinate User Interface Development with VB.NET and the MVC Pattern
Determining the Windows Users for Web Forms Applications
Encrypting Cookie Data with ASP.NET
Encrypting Passwords with ASP.NET
Encrypting passwords with SHA1 in .NET and Java
Exploring Machine.Config - User Security and More
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
ASP.NET > Tips and Tutorials > User Management
Source List
All | Freeware

Code 21-30 of 30   Pages: Go to  << Prior  1  2  3  page  


This is a tutorial tells about how to find out the identity of the users or clients who visited the site. In ASP.Net Web Forms using Windows Authentication, the author gives the example of this operation and its feedbacks. The author sets the securit



Cookies are the main components to store user specific information in the web applications in ASP.NET. The author gives out the sample code about how to create cookies in ASP.NET. This article is much useful for the beginners to understand about cook



The author explained about the usage of VB.NET and the MVC pattern. MVC Pattern allows more developers of different categories to work in collaboration while building or changing the difficult desktop applications. The main task is to allow the progr



Cookies are the small file saved in the client machine which could be used for saving informations like user preferences and other details. The article covers the area about advanced properties of the HttpCookie Class. Users could save or delete cook



To store user specific information in the web applications these Cookies are the main components. The main objective of this tutorial is to create awareness of these cookies among the webmasters and explaining the basic functions of it. The author sh



Authorizing Users and Roles is a tutorial explaining the access control of a guest or a user to URL resources. Through the HTTP method, requisition could be made and then the webmaster could take a decision using application to accept or deny the acc



Security is one of the most essential criteria of the web developers while programming any application. Important informations should be protected. The author has discussed in detail about the security issues and functional specifications, delegation



This article is about how the login username and password is checked and how it is processed. When the username and the password is typed in, it checks for its identity. If the identity suits then it allows the user to proceed. The user should create



Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this article



Active Directory Group Lookup is a tutorial through which the author tells about searching for information from all groups AD. When each user has a 'Primary Group', the author provides one easy method of getting the 'Primary Group' information. The a