Hello everyone, I have a question about DotNetNuke 4.5 and how it uses AJAX support and AJAX MS Extensions
Right now, I am trying to create a module with multiple controls. I want some of these controls to utilize AJAX, some not. My issue, is that whenever I try to add AJAX support, I can either make the entire panel refresh (using the partial rendering checkbox in the module definition) or I cannot make any AJAX work, regardless of how many UpdatePanels I put on the site.
I would like to update only parts of the module because the data retrieved is very large.
I have tried putting the ScriptManager dependency in the module but that did not work.
I have also seen suggestions such as using a ScriptManagerProxy and using the DotNetNuke ASP.NET AJAX Web Service tutorial but I could not get either of them to work.
I guess what I am asking, is can someone provide some direction, whether it be a document, a tutorial, or sample code. If you are going to use the suggestions I have listed, could you also explain how they apply? Any help on this matter would be greatly appreciated.