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
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?
is working on a reply...
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.
Continue discussion
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?
is working on a reply...
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.