Best Practices: Porting ASCX control to compiled Custom Control?

  • Thread starter Thread starter David Bowey
  • Start date Start date
D

David Bowey

Hi There!

What is the best way to port the ASCX control to complied Custom Control
(i.e. DLL)? Please share some pointers.

Also, can many ASCX controls be ported into one complied Custom Control?

Thank you all!!
Dave
 
Yes, you can put many custom controls into a single custom control DLL.
I don't know of any good, automated way to do it though.
 

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

Back
Top