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

radajaxmanager in defaultpage

1 Answer 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
gila
Top achievements
Rank 1
gila asked on 31 May 2011, 04:21 PM
Hello,
I have solution in witch there is on page - default, that contains iframe.
in the iframe i loads pages inherituing from masterpage.
In my masterpage i have radajaxmanager and all postbacks go beyond it.
Now i need radajaxmanager in my default, because it contains except of the iframe also a <table> of menu, and i want to use asp timer, that on every tick will update specific span in one of my <td>.
I have put radajaxmanager in my default, also radscriptmanager, and wrote in page_load the next statement:

DefaultAjaxManager.AjaxSettings.AddAjaxSetting(tmrRefreshTaskTitle, spnMyCommitteeTask);

when writing this line my solution is compiled but cannot run - the page doesnt being drown.
if i remove this line, but give the radajaxmanager stay on page design, there is no error.

Does anybody know what is my problem?

thanks,
gila

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Jun 2011, 04:37 AM
Hello Gila,

Take a look at the following forum which discussed the same.
Use 2 Rad ajax managers in one page.

Thanks,
Shinu.
Tags
Ajax
Asked by
gila
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or