Hi, I'm testing some modules with source code based on web-form on the latest DNN9 nigtly build release. I've notice that every module added on the page is named with ID ...SyncPanelPanel and class RadAjaxPanel...
This make me think that every module added on the page is injected inside an RadAjaxPanel but in this way is no more fired the page validation and for example with the standard file upload control after selected a file I'm no able to find it in code behind in debugging mode.
How I can fix this old modules?