Hi, I'm using AjaxControlToolkit in a personal module, ok, this works fine.
I added <%@ Register Assembly="AjaxControlToolkit"....%> and <ajaxToolKit:ToolkitScripManager...../> to my Defalut.aspx, and the module works perfectly.
It's works perfectly in all browser, including IE, but...IE show me one error:
Mensaje: Sys.InvalidOperationException: The PageRequestManager cannot be initialized more than once.
Línea: 2
Carácter: 18715
Código: 0
URI: http://localhost/intranet/ScriptResource.axd?d=h36NzNmm8k9NOYeA-TWXQqq3Tk0lSEvj6DKROYZkJd-GoR2I1&t=ffffffffbd2983fc
I been reading about this, and I think that the problem is that DNN use his own scriptmanager, DNN adds this line to Default.aspx
<input type="hidden" name="ScriptManager_TSM" id="ScriptManager_TSM" value="" />
And I think that this is the problems. I readed about edit DNN proyect and rebuilt...but I can't (and I don't like) do this....some idea??
Thanks, best regards.