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

Login page displays inside RadWindow when session times out

1 Answer 108 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 16 Apr 2009, 10:34 PM
I'm experiencing a problem where the application login page is shown within a RadWindow upon session timeout... do you have any suggestions for forcing use of the _top iframe instead?

The application that extended its Page class to use an HtmlMeta tag to redirect to a login page upon timeout:

Private Sub Page_Load(...)
    Dim meta as New HtmlMeta()
    meta.Attributes.Add("HTTP-EQUIV", "Refresh")
    meta.Attributes.Add("CONTENT", "600;URL=login.aspx")
    Me.Header.Controls.Add(meta)
End Sub

Thanks,
Tom Huleatt

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 20 Apr 2009, 12:20 PM
Hello Tom,

The RadWindow control is based on an IFRAME and works just like it. That being said, you could use the same approach in order to redirect to the desired page, such as a standard browser window or an IFRAME. For your convenience I have founded several links that contain more information on the subject :

I hope this helps.

Kind regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Tom
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or