I have a splitter with 2 panes. The top is a RadMenu that calls javascript functions to set the contentURL of the pane below. The content URL page of the bottom pane opens a RadWindow. The content of the rad window is a form that updates the database. On Page_load of the RadWindow's contentURL page I set a textbox and radio button list from the database values. After submitting the form and updating the database correct I see the viewstate retains my new values.
I click on the RadMenu to load the radWindow again although the original values prior to database update are still shown in the web form.
1. Page events are not being fired the second time I try to load the radWindow
2. Turning off caching fixes the problem but is this the correct solution?
Where to go?
I click on the RadMenu to load the radWindow again although the original values prior to database update are still shown in the web form.
1. Page events are not being fired the second time I try to load the radWindow
2. Turning off caching fixes the problem but is this the correct solution?
Where to go?