I just read the blog post "LoadUsercontrol - a new world opens"
In the example, all the code is put in one single .ascx file, but can I also use a usercontrol that has been compiled and needs a .dll file to work?
For example I could put my .dll in the bin folder of a custommodules project, and drop the .ascx file in the same project.
Would that be possible/work?