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

Page_Load not being run 2nd time window is opened

1 Answer 30 Views
Window
This is a migrated thread and some comments may be shown as answers.
hkdave95
Top achievements
Rank 2
hkdave95 asked on 29 May 2008, 10:35 PM
Hi

Could you tell me why the Page_Load event within the aspx Page that the RadWindow contains only fires on the first load of the window ?

How do I make it fire every time ?

Kind Regards

David

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 30 May 2008, 07:05 AM
Hi hkdave95,

For performance optimizations RadWindow caches the page loaded - so as to display it to the user instantaneously the next time the RadWindow is shown. In case you wish to force the page to reload on each show, you should set ReloadOnShow = true

Kind regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
hkdave95
Top achievements
Rank 2
Answers by
Tervel
Telerik team
Share this question
or