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

Rad Window Popup Across Content Pages

1 Answer 29 Views
Window
This is a migrated thread and some comments may be shown as answers.
Vinil Kumar
Top achievements
Rank 1
Vinil Kumar asked on 28 Jul 2011, 08:06 PM
Hi ,

    I have a master Page and two hyper links in that.When i click one Link i am opening rad windowpopup.Till now this is fine.Now if i goto parent page without closing popup and clicking on second hyper link.That 2nd hyper link redirects to another page.This time my rad Popup is disappearing.I want to keep open the Popup when i click on 2nd heyper link also.Something like the popup i.e. opened should be independent of the parent page once after it is opened.Please Let me know how can i acheive this using rad window popup.I am using IE8 browser.

Vinil Narla

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 29 Jul 2011, 02:29 PM
Hello Vinil Kumar,

 As far as I understand, your second link actually loads a different page in the browser. If so, it is not possible to keep the RadWindow across those pages because it is a part of the page and when the page is disposed when you load the new page, all its controls are also disposed. This is not directly related or specific to RadWindow but this is how things work in general and this is true for any controls.

What could be done is to either rework your page structure and logic so that you do not load the new page in the browser but e.g in an IFRAME or put the same RadWindow in the second page to simulate it's the old one.

Greetings,
Svetlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
Vinil Kumar
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or