Well, I have an assembly containing classes that handle all the business logic of my web application. Inside this assembly, I need to embed a 3rd party control in order to create instances of it programatically and bind it to a page, but with no intention to
extend or modify the 3rd party control. Is it possible? I thought that maybe I could include the 3rd party control as an embedded resource into the business logic assembly, but I don't know how to call, use or create instances of the embedded 3rd party control
programatically from the business logic classes. Thanks for any help, Lopez
lopez
Member
60 Points
14 Posts
Re: Custom control inside another assembly
Jan 17, 2004 03:51 PM|LINK