Use a usercontrol from another project to current webpage
问题 I have created a test webform where it is under the AspPage Project. then I have 3 user controls in TestUserControl Project. Is it possible to register/add the user controls in the webpage? I have seen one tutorial where the user controls are copied in the pre compilation but it seems I get errors and that wouldn't work when published. I appreciate your help guys. Thanks in advance 回答1: Basically user controls in ASP.NET are not design to be reused between different project. That's why if you