Any Idea??
User Control
I have created a User Control & i want to put it into Tool box such that it can be drag & Dropped.
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.
Sandeep Singh ShekhawatPosted Oct 21, 2013, 8:30 AM
RobbinsonPosted Oct 21, 2013, 8:09 AM
if your UserControl is in same project, then it would automatically added to the toolbox, you just need to re-build entire solution to get it. if your UserControl is in seperate library project then you can add to tool box using
Toolbox ->right click -> choose items -> browse and select assembly containing UserControl.
Note: Only Custom UserControl can be added to toolbox. UI controls/UserControl like .ascx in web can't be added to the toolbox.
Hope, this will help you out.
Please don't forget to mark as answer if this post helps you.
Sanjay KumarPosted Oct 21, 2013, 8:00 AM
http://www.c-sharpcorner.com/UploadFile/cvinodkumar/LoginUserControl11232005011130AM/LoginUserControl.aspx