Adding a web user control to a web control library

  • Thread starter Thread starter rsam2011
  • Start date Start date
R

rsam2011

Hi,

I need to create different modules (web control libraries) each
containing a set of functions and web user controls. I will then need
to load these libraries into my ASP.NET application and put the
controls on the ASP.NET pages.

The big problem that I am facing is to add web user controls to the
libraries. Apparently VS is only allowing me to add windows user
controls which I
cannot use in the ASP.NET application.

Is it possible to add a web user control to a web control library in
Visual Studio 2003/2005?

regards,
BoB
 
Back
Top