Problem with Web User Control

  • Thread starter Thread starter santel
  • Start date Start date
S

santel

Hi All,

I have created a Web user control and it is working fine, if i copy
this control to my application folder. But I need to include this web
user control in many of my asp.net application, so i couldn't copy this
to all applications. Is it any way to have this usercontrol as common
and use in many web applications?

Anyone plz help me out.
 
It's the .ASCX that gets you. The path needs to be in the current application.
You may want to look at putting it into a Web control instead of a User
control. Then it's just a DLL that you reference in the project. They can be
quite tricky though....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top