I created a DNN module with tabs using AjaxControlKit.
When I log on as a registered user, the module displays fine, but after a reload (F5), or just visiting the page a bit later after visiting some other pages, the module is not being displayed on the page anymore, although it's there in the page source.
When I compare the page source (with the disappeard module) to the prior page source (where I did see the module), the html code for the tabs is still there, but some javascripts have "diappeared" from the source code, like the sys.webforms.requestmanager and sys.application ajaxcontrolkit stuff. So I think this must be the problem why the module doesn't show anymore.
Module settings in Host -> Module Definitions:
Dependencies: System.Web.UI.ScriptManager
The view control supports partial rendering.
BTW, I don't have this behavior when logged on as Host, then everything is fine!
Does anyone have any clues, although I can image you need more info?
Thanks!