How can add a WebUserControl in different types of projects?
I have created a web user control in my project and i want to use that control in different projects. Is it possible?
how can i made that control available in the toolbox?
Depends on what kind of projects you're referring to. If you're asking if you can use it in a Win Forms application then the answer is no. It can be used in all web project types (well depending on how it's built)
Comment