User Management Scripts
  Home arrow ASP Scripts arrow User Management Scripts
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Script  
Developer Forums  
Forums Sitemap 
Actuate Whitepapers 
VeriSign Whitepapers 
IBM® developerWorks 
Sun Developer Network 
Free White Papers 
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
IBM developerWorks
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.
User Management Scripts
 
Pages: 1 2

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

Ocean12 Membership Manager Pro
ASP SCRIPTS
ASP Scripts

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.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.66 out of 5 2.66 out of 5 2.66 out of 5 2.66 out of 5 2.66 out of 5
Price: $19.95
Version: 1.00
Platform: Windows
Date Added: Thursday, Jan 06, 2005
Last Updated: Monday, Jan 10, 2005
Visit Website

Dataaccess layer
ASP SCRIPTS
ASP Scripts

Imports SystemImports System.DataImports System.Data.SqlClientImports System.DiagnosticsNamespace 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 ClassEnd Namespace

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.60 out of 5 2.60 out of 5 2.60 out of 5 2.60 out of 5 2.60 out of 5
Price: Freeware
Version: 1
Platform: Windows
Date Added: Thursday, May 05, 2005
Last Updated: Tuesday, May 10, 2005
Visit Website

DMXReady Registration Manager
ASP SCRIPTS
ASP Scripts

Registration Manager is a powerful tool that allows visitors to register themselves into your system including username and password, contact info, bio, even a map to their location. Webmaster has full power to add and edit. Trial Version available.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5 2.49 out of 5
Price: $49.97
Version: 1.0
Platform: Windows
Date Added: Saturday, Apr 12, 2008
Last Updated: Thursday, Apr 17, 2008
Visit Website

Pages: 1 2

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.


 

 

Web Hosting
Hostgator - web hosting, reseller hosting, and dedicated servers.



© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway