Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to implement login control

Status
Not open for further replies.

jimoo

Programmer
Jun 2, 2003
1,111
US
I have a site I am starting to work on and it needs the ability for a user to login. I am trying to use the MS Login control rather than creating a form and adding code.

I have been unsuccessful - not even close. The page is created of a masterpage. Here is it's contents:

Code:
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication3.MyAccount.WebForm1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
</asp:Content>

Here is the site I refrenced:

Does anyone have a tip on how to implement a login without writing it from scratch, or is that what I should do. Sample code is greatly appreciated.

Thanks for taking the time to read.



Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top