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
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.