Is there any way to change dinamically the Link Back Url?
Something like psi.EnvironmentVariables["LINK_BACK"] = paramStr;.
In my application I can point to the aspx search page (the sample C# code found on your website) from a dinamic URL (e.g. page.aspx?id=1) and from the URLRewrited one (e.g. page1.aspx).
I must use both the urls because the first is for editing purpose, the second for the public website.
Thanks
Something like psi.EnvironmentVariables["LINK_BACK"] = paramStr;.
In my application I can point to the aspx search page (the sample C# code found on your website) from a dinamic URL (e.g. page.aspx?id=1) and from the URLRewrited one (e.g. page1.aspx).
I must use both the urls because the first is for editing purpose, the second for the public website.
Thanks
Comment