User control in seperate DLL

G

Guest

Hi,

VS.NET compiles all code into a single DLL. How can I create a user control
whose codebehind file is compiled into a single autonomous DLL?

I want to be able to dynamically load the user control along with its
codebehind file...

Many thanks in advance,
J.
 
G

Guest

Declaratively set up the error page in the web.config file.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
G

Guest

My suggestion is move to a server control. User controls are not designed to
be dynamically loaded from a separate assembly. While you might find a way
around this, it would be more productive to move the code to a server control.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top