Problem with Request.Url when using RenderTemplate control
I am using the RenderTemplate control to output widgets on the pages of my site. I also have a seperate control that I want to redirects back to the current page.
It seems RenderTemplate causes the Request.Url to be wrong however. The node Id and template of the widget listed in the settings for RenderTemplate is added to the URL as a querystring.
For example a url /privacy-policy.aspx becomes /privacy-policy.aspx?umbPageID=1306&alttemplate=WidgetNewsletterButton
Does anyone know why this is hapening and how to solve it.
Problem with Request.Url when using RenderTemplate control
I am using the RenderTemplate control to output widgets on the pages of my site. I also have a seperate control that I want to redirects back to the current page.
It seems RenderTemplate causes the Request.Url to be wrong however. The node Id and template of the widget listed in the settings for RenderTemplate is added to the URL as a querystring.
For example a url /privacy-policy.aspx becomes /privacy-policy.aspx?umbPageID=1306&alttemplate=WidgetNewsletterButton
Does anyone know why this is hapening and how to solve it.
is working on a reply...