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?
venkyHow about just copying the files to the new project directory and then
adding them to that project?
"venky" <venkat_chellam@.yahoo.com> wrote in message
news:1118673161.584032.152130@.o13g2000cwo.googlegr oups.com...
> 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
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
Thats the only way? i thought there should be a better way to do this
venky
*** Sent via Developersdex http://www.developersdex.com ***
0 comments:
Post a Comment