Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gary 2 posts 21 karma points
    Sep 05, 2012 @ 12:13
    Gary
    0

    User control results in 404 on second visit

    Hi Guys,

     

    I created a simple user control that displayed some images and it worked when I first visited the page, but when I left the page and came back I got a page not found error.  I removed all of my code including the render override and I still have the same issue.

     

    My code now looks like this

    using System.Web;

    using System.Web.UI;

     

    namespace DevGary

    {

        public partial class MaintainSections : System.Web.UI.UserControl

        {

     

            protected override void Render(HtmlTextWriter writer)

            {

                base.Render(writer);

            }        

        }

    }

    I'm running the latest version of Umbraco and uComponents.  Is this a known issue?
    Regards
    Gary

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies