using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { protected override void OnPreRender(EventArgs e) { // Display the email address from the profile in the label Label1.Text = Profile.Email; } }