I have experimented with many different login control layouts and have settled on a very simple implementation of the out of the box LoginCtrl that ships with ASP.NET 2.0 and above, and as such thought I would share:
HTML
<%@ Page Language=”C#” AutoEventWireup=”true” CodeFile=”Login.aspx.cs” Inherits=”Login” %>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head runat=”server”>
<title>Demo Login Page</title>
<style [...]



