Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Letting others use my ascx control 1

Status
Not open for further replies.

abds

Programmer
Dec 13, 2000
46
US
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
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top