(
<asp:LoginView ID=
<RoleGroups>
<asp:RoleGroup Roles=
<ContentTemplate>
<p>
Welcome back
<asp:LoginName ID=
<p>
There are always lots of exciting things happening with the fan club
you already know from the email we regularly send out
the email yet is the proposed end of season BBQ
(not that we really need an excuse)
and tickets will be heavily discounted for fan club members as a thank you for all
of the great support you
your eyes on your inbox for more details
</p>
<h
User Settings</h
<p>
Your user details are shown below
<asp:ChangePassword ID=
</asp:ChangePassword>
<br />
<table border=
<tr>
<td>
Name:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
Address:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
City:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
County:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
Postcode:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
Country:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
Subscribe to email updates:</td>
<td>
<asp:CheckBox ID=
</tr>
<tr>
<td>
Email:<br />
</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
<asp:RegularExpressionValidator ID=
ValidationExpression=
</td>
</tr>
<tr>
<td>
Membership Alias:</td>
<td>
<asp:TextBox ID=
<asp:RequiredFieldValidator ID=
Text=
</td>
</tr>
<tr>
<td>
Theme:</td>
<td>
<asp:DropDownList ID=
<asp:ListItem Text=
<asp:ListItem Text=
<asp:ListItem Text=
</asp:DropDownList>
</td>
</tr>
</table>
<br />
<asp:ValidationSummary ID=
<br />
<asp:Button ID=
<asp:Button ID=
CausesValidation=
</ContentTemplate>
</asp:RoleGroup>
<asp:RoleGroup Roles=
<ContentTemplate>
To see the Fan Club features you need to be a member
entry to the fan club
</ContentTemplate>
</asp:RoleGroup>
</RoleGroups>
<AnonymousTemplate>
<p>
The fan club provides a way for you to show your devotion to the club
you exclusive privileges
as well as having the opportunity to meet up with like minded fans
</p>
<p>
Membership to the Fan Club can be bought from the <a href=
Once membership has been received we
</p>
</AnonymousTemplate>
</asp:LoginView>
[
From:http://tw.wingwit.com/Article/program/net/201311/14496.html