Først ASPX FILEN:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Settings.aspx.vb" Inherits="shopAdmin.Settings"%>
<%@ Register tagprefix="GWUser" Tagname="AdminHeader" Src="Controls/AdminHeader.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Shop Admin</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="
http://schemas.microsoft.com/intellisense/ie5"> <link rel="stylesheet" href="Styles/main.css" type="text/css">
</HEAD>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<form id="default" method="post" runat="server">
<GWUser:AdminHeader id="adminHeader" runat="server"></GWUser:AdminHeader>
<table cellSpacing="0" cellPadding="0" width="100%" height="100%" border="0">
<tr>
<td class="leftmenu" bgColor="#a0abc1" valign="top">
<br>
<table width="80%" cellspacing="0" align="center">
<tr>
<td>
<img src="graphics/bullet.gif"> <A class="leftlink" href="OrderSettings.aspx"><B>Bestillinger</B></A>
</td>
</tr>
<tr>
<td>
<img src="graphics/bullet.gif"> <a href="PaymentSettings.aspx" class="leftlink">Betaling</a>
</td>
</tr>
<tr>
<td>
<img src="graphics/bullet.gif"> <a href="GeneralSettings.aspx" class="leftlink">Generelt</a>
</td>
</tr>
</table>
</td>
<td width="827" vAlign="top"> <br>
<br>
<table width="600" class="contentBox" align="center" cellpadding="5" cellspacing="0">
<TBODY>
<tr>
<td class="contentBoxHead">
Bestillingsindstillinger
</td>
</tr>
<tr>
<td align="right">
<TABLE class="contentBoxContent" id="Table1" style="WIDTH: 500px" cellSpacing="0" cellPadding="5" width="573" align="center">
<TR>
<TD style="WIDTH: 117px" height="18" align="right">
Send bestilling pr. e-mail:
</TD>
<TD style="WIDTH: 380px" height="18">
<asp:CheckBox id="chkSendMail" runat="server"></asp:CheckBox>
Modtager(e):
<asp:TextBox id="inputEmail" runat="server" Width="200px" CssClass="txtInput"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 117px" height="18" align="right">
Påkrævet telefonnr. ved bestilling:
</TD>
<TD style="WIDTH: 380px" height="18">
<asp:CheckBox id="chkRequirePhonenumber" runat="server"></asp:CheckBox></TD>
</TR>
</TABLE>
<asp:Button id="Button1" runat="server" CssClass="button" Text="Gem..."></asp:Button>
</td>
</tr>
</TBODY>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>