user control as a server web control
hi , i have a user control , i want to do something to hide it's .cs and .ascx files both from developers. i want to send them to my developers to use it as a package not seeing it's code behind and interface . i can hide .cs only by using it's dll attached to the website . my problem is .ascx file and packaging it . can i make something like server web control from my user control . please help me , thank you .
Sanjeeb LenkaPosted Jul 24, 2013, 1:26 AM
here steps are available how to convert user control to server control
http://www.nathanblevins.com/2008/06/compile-a-web-user-control-into-a-dll-net-c/
http://www.codeproject.com/Articles/20792/Convert-the-web-user-controls-into-custom-controls
Iftikar HussainPosted Jul 24, 2013, 1:25 AM
Please refer the below link
http://www.tutorialspoint.com/asp.net/asp.net_custom_controls.htm
Regards,
Iftikar