Package a control into a dll
Hi,
Is it possible to package c# code and ascx code into a dll and import it into another project? A bit like a .jar in Java.
We developed a product listing control as a prototype to show what could be done and we would like to try to use it on the main site for demo purpose. We could import the dll into our existing website, register the ASCX Control and use it right away.
|