<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProfileFieldsDisplay.ascx.cs" Inherits="OpenIdRelyingPartyWebForms.MembersOnly.ProfileFieldsDisplay" %>
Nickname <%=ProfileValues.Nickname %>
Email <%=ProfileValues.Email%>
FullName <%=ProfileValues.FullName%>
Date of Birth <%=ProfileValues.BirthDate.ToString()%>
Gender <%=ProfileValues.Gender.ToString()%>
Post Code <%=ProfileValues.PostalCode%>
Country <%=ProfileValues.Country%>
Language <%=ProfileValues.Language%>
Timezone <%=ProfileValues.TimeZone%>