Redirect from Widget to a Page

Posted by Community Admin on 03-Aug-2018 23:02

Redirect from Widget to a Page

All Replies

Posted by Community Admin on 09-Sep-2010 00:00

I would like to know the best way to redirect from within a widget to a different page including a querystring variable in the redirect.


Posted by Community Admin on 10-Sep-2010 00:00

Hello Joe,

The easiest way to do this is using Response.Redirect and pass the url you want to redirect to, because it would not be possible to modify QoeryString collection at runtime.

If there are any further question, please let me know.

Sincerely yours,
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 10-Sep-2010 00:00

Hi Ivan,


Thanks for your response.
It seems I was just over-complicating the issue, thanks for bringing me back to reality :)

Joe

This thread is closed