Is it possible to compile a web application project .ascx (user control) into a dll?
I want to do the following:
It is difcult to use user controls in this way due to the markup ascx file. If you want to create reusable control libraries your are much better off creating custom controls.