what is the use of usercontrol
Loading
what is the use of usercontrol
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.
Scott LyslePosted Nov 8, 2006, 11:09 PM
User controls are simple to build and they have a visual designer whereas custom controls do not. User controls are good if you only want to use the control in one specific project; they can be cut and pasted into other projects but typically you'd want to build a custom control if you want to use the same control in multiple locations.