Click here to Skip to main content
Click here to Skip to main content
Articles » Web Development » ASP.NET » General » Downloads
 

ASP.NET Membership - Part 1

By , 9 Jul 2008
 
MembershipApp_1.zip
MembershipApp_1
bin
TestSiteApp.dll
TestSiteApp.pdb
obj
Debug
TempPE
TestSiteApp.dll
TestSiteApp.pdb
Properties
TestSiteApp.csproj.user
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class Register : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

gsark
United States United States
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 9 Jul 2008
Article Copyright 2008 by gsark
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid