Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
For a custom umbraco page i have to eliminate the the following obsolete code:
protected void Page_Load(object sender, EventArgs e) { User u = UmbracoEnsuredPage.CurrentUser; if(u == null) { Response.Redirect("/umbraco/umbraco.aspx"); } if (!IsPostBack) { Bind(); } }
But i can't figure out whats the correct way to do this. We are using umbraco 6.2.4.
Any help with this would be greatly appreciated.
Roald
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Removing obsolete authentication functionality
Hi all,
For a custom umbraco page i have to eliminate the the following obsolete code:
But i can't figure out whats the correct way to do this. We are using umbraco 6.2.4.
Any help with this would be greatly appreciated.
Roald
is working on a reply...