Hi!
I have a module that takes URL parameters on the form
mypage.aspx?ctl=myctl.
This module is already installed on a page, so that when I go to the page it runs "mypage.aspx".
Now I want to create a new page. This new page I want to redirect to the page "mypage.aspx". I can do this in Page Management/Page Settings/Advanced Settings/Link URL.
But how can I add url parameters to the LInk URL - like "mypage.aspx?ctl=myctl" ?