Hey guys this page load method isn't running. Can anybody see whats wrong with this darn thing? Thanks
Code:<script runat="server"> public void Page_Load(object sender, EventArgs e) { if (HttpContext.Current.User.Identity.IsAuthenticated != false) { user.Visible = true; loginUser.Visible = false; headerLabel2.Text = usernameLabel; headerLabel2.Visible = true; headerlabel1.Visible = false; } } </script>