Page redirecting in widget

Posted by Community Admin on 03-Aug-2018 00:14

Page redirecting in widget

All Replies

Posted by Community Admin on 15-Feb-2011 00:00

Hi

How can I redirect to a SF page via code in the code behind of a widget?

Thanks

Regards

Posted by Community Admin on 15-Feb-2011 00:00

Hi John,

Create a user control and inside its code behind you can use Response.Redirect.

Regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 15-Feb-2011 00:00

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

Posted by Community Admin on 16-Feb-2011 00:00

Hi John,

You can use QueryString or Cookie to pass and read the data.

Greetings,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 17-Feb-2011 00:00

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

Posted by Community Admin on 17-Feb-2011 00:00

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

Posted by Community Admin on 01-Jun-2011 00:00


This thread is closed