Hey Vikas, Maybe I can help. I'm not sure i fully understand your question though, so help me to understand and I'll see if i can help. Are you trying to move your code from the codebehind files to a DLL and are wondering if you can reference the Panel on your aspx page in the DLL?
On Sep 18, 7: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
