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
