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:
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
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