Is it possible to have an usercontrol(.ascx) in class libaray(dll) and use the control in other project by referencing the dll. If its not possible or advisable, how should i write my control in a such a way that outside projects can reuse it. Any suggestion would really helpful
Is it possible to have an usercontrol(.ascx) in class libaray(dll) and use the control
Share
Yes you can kind of do it by using the asp_net complier option for .ascx
Please see this article on msdn gives you step by step details how to do
http://msdn.microsoft.com/en-us/library/aa479318.aspx