ASP User Management
Web Scripts Catalog New listings Rate your script Popular scripts Link your page to Web Scripts Catalog Top rated scripts Search in Web Scripts Catalog
Scripts Catalog: web scripts download - PHP ASP JavaScript Perl Java and others!  
ASP[1293]
ASP.NET[230]
Books[296711]
CGI and Perl[1856]
Java[889]
JavaScript[1533]
PHP[3925]
Python[47]
Remotely Hosted Scripts[771]
Tools and Utilities[977]
Web Hosting[121]
XML[16]
search
Login Web Scripts Forum Web Scripts Catalog FAQ Send us your feedback About Web Scripts Catalog


Clipart.com. Unlimited access to more than 7,000,000 clipart images, photos, fonts, and sounds!




ASP User Management

Scripts / ASP / User Management
Pages: 1 2 >>
Remember Me!
Remember Me! A versatile script that offers complete cookie management. The script will allow you to place, modify, display stored content or delete a cookie when a web surfer visits a webpage. The script can been used for promotional offers (coupons), provide new and dynamic content for repeat web surfers, bypass membership login pages, Flash and other media management, and as a simple welcome back page.

Price: $32.00 - Version: 4.0 - Platform(s): Linux - Unix - Windows - Updated: 20 October 2005
Visitors rating: none
Dataaccess layer
Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Diagnostics Namespace DAL Public Class DataAccess Implements IDisposable Private strConnection As String = ConfigurationSettings.AppSettings("conString") Private command As SqlCommand Public Sub New(ByVal sprocName As String, ByVal commandType As CommandType, Optional ByVal parameters As SqlParameter() = Nothing) command = New SqlCommand(sprocName, New SqlConnection(strConnection)) command.CommandType = commandType If Not IsNothing(parameters) Then Dim parameter As SqlParameter For Each parameter In parameters command.Parameters.Add(parameter) Next End If command.Connection.Open() End Sub Public Sub New(ByVal sprocName As String, ByVal parameters As ArrayList) command = New SqlCommand(sprocName, New SqlConnection(strConnection)) command.CommandType = CommandType.StoredProcedure Dim parameter As SqlParameter For Each parameter In parameters command.Parameters.Add(parameter) Next command.Connection.Open() End Sub Public Function runNonQuery_Int() As Int32 If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim retVal As Integer = 0 retVal = command.ExecuteNonQuery() Return retVal End Function Public Function runUpadateQuery_Int(Optional ByVal strRetParamName As String = "") As Int32 If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim i As Integer i = command.ExecuteNonQuery() If i = 0 Then Return 0 Else If strRetParamName = "" Then Return i Else Return command.Parameters("@" & strRetParamName).Value End If End If End Function Public Function runScalar_Obj() As Object If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Return (command.ExecuteScalar()) End Function Public Function runReader_Rd() As SqlDataReader Dim rdr As SqlDataReader If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If rdr = command.ExecuteReader() Return rdr End Function Public Function runAdapter_Dt() As DataTable 'hh If IsDBNull(command) Then Throw New ObjectDisposedException("Object is disposed") End If Dim dataAdapter As SqlDataAdapter Dim dataTable As DataTable dataAdapter = New SqlDataAdapter dataTable = New DataTable dataAdapter.SelectCommand = command dataAdapter.Fill(dataTable) dataAdapter.Dispose() Return dataTable End Function Public Sub Dispose() Implements System.IDisposable.Dispose If Not IsDBNull(command) Then Dim tmpsqlcon As SqlConnection tmpsqlcon = command.Connection Debug.Assert(Not IsDBNull(tmpsqlcon)) command.Dispose() tmpsqlcon.Dispose() End If End Sub End Class End Namespace

Price: Freeware - Version: 1 - Platform(s): Windows - Updated: 19 May 2005
Visitors rating: none
Ocean12 Membership Manager Pro
An advanced membership management/password protection program written entirely in ASP/VBScript. Features unlimited users, protected areas, and the ability to allow users to register for access.

Price: $19.95 - Version: 1.00 - Platform(s): Windows - Updated: 11 January 2005
Visitors rating: none
X-Login
X-Login is a powerful User Management system, with current features: Web-based Administration Secure and Scalable Application Protected Pages and Content Group Based Protection Access and Login Audits Forgot Password E-Mail User.

Price: GPL/$9.95 - Version: 1.1.4.59 - Platform(s): Windows - Updated: 04 January 2005
Visitors rating: 1.0
Keyvan1 Advanced Membership system
Signup users,confirm by email,user status,high security,sort users, update,delete,add users.block User login by IP.

Price: 50 - Version: 1.00 - Platform(s): Windows - Updated: 10 November 2004
Visitors rating: 3.03.03.0
ASPProtect
ASPProtect is an Advanced User Managment Application with web based screens that allow you to easily manage users and their access. Any pages you want to protect simply need one server side include at the top of the page. Pure ASP solution. Code: ASP 3.0 & VBScript This system began 5 years ago as a free download from my old powerasp.com website. It was such a popular download that I decided to make a high end version of it to sell. Since then it has evolved year after year and become better and better through each version. The ASPProtect system has been cloned and copied by many competitors. Rest assured ASPProtect is the real deal and has more time put into it than any of the wannabe systems out there. Do yourself a favor and buy the best solution for password protecting your ASP driven website

Price: 69.95 - Version: 6.x - Platform(s): Windows - Updated: 21 September 2004
Visitors rating: none
Login Script Popular Script - Visits: 1655
Login Script is a multi-platform compatible useful ASP application allows users to self-register. Includes Password Reminder. The admin approves or deletes users, or even suspends or un-suspends users at own convinience.

Price: Free - Version: 1.0 - Platform(s): Unix, Windows, Linux, WinNT - Updated: 04 July 2004
Visitors rating: 3.83.83.83.8
AspUser
AspUser is an active server component for managing Windows NT/2000 users, groups and permissions. Designed as a hierarchy of objects and collections, AspUser gives you an intuitive object-oriented programming interface.

Price: $120-$350 - Version: 1.1 - Platform(s): Win NT/2000/XP - Updated: 04 July 2004
Visitors rating: none
Advanced Website Password Protection
Easily add password protection to an entire website supporting Active Server Pages.

Price: Free - $69.95 - Version: - - Platform(s): Win NT - Updated: 04 July 2004
Visitors rating: none
ASP Login Popular Script - Visits: 620
ASP Login is Windows compatible. The ASP Login script is a simple script that allows you to create a password protected area off your web site for either a members area or to protect pages that you don't want others to have access too. The script uses a password protected Access Database to store the names of users so you can have as many users as you like as long as they have different user names.

Price: Freeware - Version: 1.5.6 - Platform(s): Windows - Updated: 04 July 2004
Visitors rating: none
Pages: 1 2 >>

Most Popular Scripts
[04 July 2004] Login Script ASP User Management
[28 May 2004] JS ASP Login ASP User Management
[04 July 2004] ASP Login ASP User Management

Top Rated Scripts
[28 May 2004] Member Management System ASP User Management
[04 July 2004] Login Script ASP User Management
[10 November 2004] Keyvan1 Advanced Membership system ASP User Management
Scripts Catalog | New Listings | Get rated | Most Popular | Links to Us | Top Rated | Search DB | FAQ | Send Feedback | Advertisement | About Us
Custom Programming All scripts presented on this site are the property of their respective owners.