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
Hi
I have a page where I have a link 'Apply'
with this link, I am passing a parameter 'id=1049' which is a reference to a node.
When hitting apply the URL is as follows: http://localhost:10892/vacancy-contact.aspx?id=1805
So as you see, I have included a parameter.
This then fires a contact form user control (ascx). What I want to do is reference the parameter in the control ie
currentNode.NiceUrl (id parameter)
Any ideas?
Hi. var id = Convert.ToInt32(Request.QueryString["id"]), huh?
You beauty!!!
Thanks Rodion!!!! :) :) :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
returning url parameters
Hi
I have a page where I have a link 'Apply'
with this link, I am passing a parameter 'id=1049' which is a reference to a node.
When hitting apply the URL is as follows: http://localhost:10892/vacancy-contact.aspx?id=1805
So as you see, I have included a parameter.
This then fires a contact form user control (ascx). What I want to do is reference the parameter in the control ie
currentNode.NiceUrl (id parameter)
Any ideas?
Hi. var id = Convert.ToInt32(Request.QueryString["id"]), huh?
You beauty!!!
Thanks Rodion!!!! :) :) :)
is working on a reply...