tags:

views:

119

answers:

1
+1  Q: 

ASCX files

+1  A: 

Yes you'll need the .ascx files. Place them in the directory structure somewhere logical that you can reference from wherever you are instantiating the controls.

Neil D
How do I reference them?
Nick
You could use fully qualified names.
Neil D