If it's going to be shared among other solutions, the best thing to do
is to create a new class library and build your controls as composite
or rendered controls in that project. Then you add that class library
project to your solutions you want to use them in. You will then be
able to use the controls in any project. Does that make sense?
> hey all,
> when i create my user control (not custom control) how do you generally make
[quoted text clipped - 5 lines]
> thanks,
> rodchar
rodchar - 26 Sep 2006 15:20 GMT
i haven't yet quite grasped this concept but as soon as i get a chance to try
it i'll report back. thanks.
> If it's going to be shared among other solutions, the best thing to do
> is to create a new class library and build your controls as composite
[quoted text clipped - 11 lines]
> > thanks,
> > rodchar