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:
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