This is a migrated thread and some comments may be shown as answers.

Using the Window control in DotNetNuke

1 Answer 27 Views
Window
This is a migrated thread and some comments may be shown as answers.
vincent
Top achievements
Rank 1
vincent asked on 01 Dec 2008, 06:10 PM
Are there any known issues with using the Window control with DotNetNuke? On one of our dnn controls, we open a Telerik window that loads another .aspx form.  The form loads just fine within the window, however it logs us out of DotNetNuke? 

Any help is appreciated.

Thanks again.

Vincent

1 Answer, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 03 Dec 2008, 08:42 AM
Hi Vincent,

Try passing the current page ID (TabID) as a querystring parameter to the URL of the page you open in the RadWindow. For example: http://mysite/myapp/Page.aspx?TabID=36. Usually, when DNN logs you out it's because you are in a child portal and it is not possible to determine the current page ID from the request you make for the .aspx form.

Kind regards,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
vincent
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or