What happens when you put a control like a panel in a separate DLL and then reference that DLL from your website or WinForms project and attempt to instance the control?
5 minutes of testing would help you avoid asking stupid lame-ass questions that you can easily answer for yourself. Have some self-respect. ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Fri, Sep 18, 2009 at 10:55 AM, Suraj <[email protected]> wrote: > > > Hi all, > > > > Is it possible to have controls like panel in a DLL? I mean initialization. > Panel pl = new Panel(); > > > > Currently, I have an application with front end and code behind. I am > planning to move the code from code behind to Dll and use dll in the code > behind. > > > > My code behind has search pages where depending on user’s search criteria > panel will get displayed. Hence, Is it possible to have controls like panel > in a DLL? > > > > > > Regards, > > Vikas
