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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Server.Transfer Equivalent with querystring
I am creating a usercontrol, and had planned to use
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...