2

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.

chugh97
  • 9,602
  • 25
  • 89
  • 136

2 Answers2

1

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

chugh97
  • 9,602
  • 25
  • 89
  • 136
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