I wrote a simple ascx user control and I want others to be able to use it.
1)What files do I have to send them?
2)What do they do with these files?
3)Is there another way to let them use it without sending them my source?
TIA
Phil
The easiest way is to give others your ascx and ascx.vb/cs files. They would then import these into their own projects.
However, if you don't want to give them access to your code then you could make a separate project and build/compile your controls in this project. Then you can give other people the ascx file and the dll from that project.
That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.