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 1160 karma points
    Oct 14, 2010 @ 17:32
    Connie DeCinko
    0

    Server.Transfer Equivalent with querystring

    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?

     

Please Sign in or register to post replies

Write your reply to:

Draft