I have a asp.net user control, with me. Even though it is a server control, all the functionalities are implemented in client side (in an external js file) for lightweight & for efficiency. I have used Jquery widget pattern.
Now, I feel that, converting the user control to dll will help me to maintain the code easily and also i can use the power of c# as well.
I am not so confident with this idea. I need help.
Here is my question.
What the other Advantages of converting User Controls to DLL ?
Does it really helpful?

Akhil GargPosted Apr 4, 2015, 10:12 AM
Vineet KumarPosted Apr 4, 2015, 8:13 AM
1. You can add your control in toolbox and then drag and drop to use it just like other controls (TextBox, Label etc)
2. You can reuse the control in other projects easily by referring to dll.