Does anyone know a good way to embed user controls inside an 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.
Asked
Active
Viewed 172 times
2 Answers
0
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

Community
- 1
- 1

Codesleuth
- 10,321
- 8
- 51
- 71
-
I was looking something along the lines of http://www.codeproject.com/KB/aspnet/ASP2UserControlLibrary.aspx?msg=1782921 – chugh97 Jan 27 '10 at 10:40
-
Any particular reason you'd like to load the controls that way? – Codesleuth Jan 27 '10 at 12:14