Easiest way to create a Server Control from a Web User Control

J

JJ

I have a web user control (.ascx) that I spend some time constructing. I now
find that I'd like to use it in several projects - ideally by just dropping
my dll into the bin folder of a project and setting properties of the
control as necessary.

I understand (correct me if I am wrong) that if I take the standard route of
creating a Server Control I do not have the drag and drop capability in
creating the interface. As this work has already been done, is there a way
of converting the ascx control to a dll server control that I can drop into
new projects?

TIA,
JJ
 

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

Top