User ControlsA User Control is actually a custom server control that you can build and reuse across your application and several other applications. User Controls are a great way to ensure that your coding features remain separate, stable, and do not need constant tweaking and modifications. No form field conflicts. No data type conflicts with other files. User Controls are tied together to create 1 application yet they remain separate and stable from one another. Which makes them highly reusable