Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1159 karma points
    Oct 14, 2010 @ 21:56
    Connie DeCinko
    0

    Server.Transfer not working

    I am creating a usercontrol, and had planned to use

    Server.Transfer("LawyerProfile.aspx?MemberID=" + e.CommandArgument);

    but that does not work.  I understand I should use

    Response.Write(umbraco.library.RenderTemplate(1234));
    Response.End();

    but how do I pass my CommandArgument?

     

  • 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