Asked By Peter Bromberg
03-Jun-06 11:36 AM
a DLL assembly is automatically created. Is this a trick question, or you just weren't aware how it all works?
if you create a project with a single usercontrol, that's the dll that will be created.
You can put that in the /bin folder of any project and set a reference to it to use the control. If it is a web project, you need to have the .ASCX file present to use it.