Hi friends
Can User Control be stored in library? Explain.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Jan 10, 2012, 2:43 AM
Sam HobbsPosted Jan 7, 2012, 6:43 AM
Akshay TeotiaPosted Jan 7, 2012, 6:36 AM
Sam HobbsPosted Jan 7, 2012, 6:14 AM
Satyapriya NayakPosted Jan 7, 2012, 12:33 AM
User Control cannot be stored in a library
You can reuse User control in the current project in which you have built it, but you can't move it to other project as unless you just copy paste the same file there and make the changes for that project.
But custom control can be shared between projects. and you can precompile them even as a dll, so this means you can use them in library of any type.
Thanks