<%@ Page Language="c#" masterpagefile="~/masterpage.master" Inherits="Microsoft.Samples.SqlServer.Register" CodeFile="Register.aspx.cs" %>
<%@ Register TagPrefix="AdventureWorks" TagName="AccountSettings" Src="_AccountSettings.ascx" %>

<asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="server">
<!-- =====================================================================

  File:      Register.aspx for Adventure Works Cycles Storefront Sample
  Summary:   Allows the user to create a new login
  Date:	     June 16, 2003

=====================================================================

  This file is part of the Microsoft SQL Server Code Samples.
  Copyright (C) Microsoft Corporation.  All rights reserved.

This source code is intended only as a supplement to Microsoft
Development Tools and/or on-line documentation.  See these other
materials for detailed information regarding Microsoft code samples.

THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.

======================================================= -->

<img align="left" height="1" width="92" src="images/1x1.gif">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
	<tr>
	    <td>
            
	    <img align="left" height="32" width="20" src="images/1x1.gif">
	    <AdventureWorks:AccountSettings ID="SettingsControl" IsNewAccount="true" runat="server" />
		<br>
		<br>
	    <img align="left" height="32" width="20" src="images/1x1.gif">		
		<asp:ImageButton id="RegisterButton" ImageUrl="images/submit.gif" runat="server" onclick="RegisterButton_Click"/>
		<br>
		</td>
	</tr>
</table>

</asp:content>