protected void btnEmailAFriend_Click(object sender, EventArgs e) { string url = SEOHelper.GetProductEmailAFriendURL(this.ProductID); Response.Redirect(url); }