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

  • Thread starter Thread starter JJ
  • Start date Start date
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
 
Back
Top