Adding Custom Controls to the Studio's toolbar
Hi,
im just getting started developing ASP.NET custom controls. I created a new solution and added a new Website and a new Windows->C#->WebControlLibrary.
When I compile my WebControlLibrary-Project, i want the controls to appear in the toolbox, but they don't. I have to manually add them and i have to do this every time i recompile my controls -> pretty annoying.
What can i do about it?
regards, devdev.
|