开发者

Embedding usercontrols in an assembly

开发者 https://www.devze.com 2022-12-18 01:09 出处:网络
Does anyone know a good way to embed user controls inside an 开发者_Go百科assenbly so they can be reused across projects. I am not looking to create custom web controls. I have ascx files from differe

Does anyone know a good way to embed user controls inside an 开发者_Go百科assenbly so they can be reused across projects. I am not looking to create custom web controls. I have ascx files from different projects which I want to centrally use.


http://www.alexandre-gomes.com/?p=142 was the best one I found so far...


See the question here: Best way to share ASP.NET .ascx controls across different website applications?

One person suggested following this tutorial: Creating and Using User Control Libraries

0

精彩评论

暂无评论...
验证码 换一张
取 消