Web controls in multiple project

  • Thread starter Thread starter venky
  • Start date Start date
V

venky

How can i write a web controls which can be used in multiple projects?
I know from my project i can do add web user control.
If the same web user control i want to use in multiple projects, how do
i share it or whats the best way?

venky
 
How about just copying the files to the new project directory and then
adding them to that project?
 
You can only duplicate the control or link it into the various
projects. When you add an existing file you can choose "Link File"
(Open button -> Link File on the open dialog) and link the file into
your project. In this way you must recompile all the projects when the
control change.

Alternatively you can create a Web Custom Control.

HTH
ciauz
 
Back
Top