Page redirecting in widget
Hi
How can I redirect to a SF page via code in the code behind of a widget?
Thanks
Regards
Hi John,
Create a user control and inside its code behind you can use Response.Redirect.
Regards,
Ivan Dimitrov
the Telerik team
Hi Ivan
Many thanks.
Just to add to that, how can the widget on calling page pass a message to the redirected page and how the redirected page catches the messages and displays it?
Thanks
Regards
Hi John,
You can use QueryString or Cookie to pass and read the data.
Greetings,
Ivan Dimitrov
the Telerik team
Hi Ivan
Thanks. How does the target SF page picks up the QueryString or Cookie? Do we need to add a widget to target SF page to accomplish this or is there another way?
Thanks
Regards
Hi John,
You will need a custom logic to do this. These values will be passed when you make a request and then received by the other page.
Kind regards,
Ivan Dimitrov
the Telerik team