Good evening everyone, I seek what is the difference between User Control and Custom Control.
and if I want to create that control what the proper tools between them?


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.
Bikesh SrivastavaPosted Sep 7, 2016, 6:03 AM
Rajeesh MenothPosted Sep 7, 2016, 4:18 AM
Midhun TpPosted Sep 6, 2016, 9:04 PM
User controls are custom, reusable controls, and they use the same techniques that are employed by HTML and Web server controls. They offer an easy way to partition and reuse common user interfaces across ASP.NET Web applications
Custom controls are compiled code components that execute on the server, expose the object model, and render markup text, such as HTML or XML, as a normal Web Form or user control does
You will get a lot more explanation and examples by just googling the same. Here are some good links -
https://support.microsoft.com/en-in/kb/893667
http://stackoverflow.com/questions/1322451/what-is-the-difference-between-user-control-custom-control-and-component