Passing a variable to a form through the URL?
Hey guys,
I was trying to determine if there is an easy way to pass a variable to a form on a Sitefinity page by appending "?thevariable=whatever" in the url and inserting some code in a content box on the webpage?
I am using Sitefinity 3.7 if this makes a difference. I am thankful for all suggestions. Thanks,
John
Hi John,
You may need to implement a custom logic that uses Request.QueryString. Please consult the following articles:
www.w3schools.com/.../asp_inputforms.asp
http://msdn.microsoft.com/en-us/library/system.web.httprequest.querystring.aspx
and also:
forums.asp.net/.../1
Regards,
Victor Velev
the Telerik team