What is the main difference between custom controls and user controls?
Ask by Sushant Mishra
Updated 19 Sep 2020
But User Controls (.ascx) are just like pages (.aspx). These controls are comparatively easy to create but tightly coupled with respect to User Interface and code. In order to use across multiple projects, we need to copy and paste to the other project as well.